@charset "utf-8";
/* --------------------------------

	(基本レイアウト)

		* last update 2010/07/21
		* modify : nazal;
	
--------------------------------

	index
	
	1. Structure Frames
	
	2. Template Style
		├ 2-1. header
		├ 2-2. mainContent
		├ 2-3. aside
		└ 2-4. footer

--------------------------------


/* ==========================================================================================================

	 1. Structure Frames
 
============================================================================================================*/
html {
}
body {
	background : #fff;
	text-align : center;
	color : #565656;
}
#wrapper {
	text-align : left;
	margin : 0px auto;
	padding-top: 40px;
	width : 960px;
}
#header {
	margin-bottom : 15px;
}
#footer {
	padding-bottom: 3em;
}
/*  スクリーンリーダー用とCSS無効時の配慮
-----------------------------------*/
#nocss,
.accessible {
	display : none;
}
/* ==========================================================================================================

	 * 2. Template Style
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #005bac;
}
a:link {
	color: #005bac;
	text-decoration: underline;
	-webkit-transition-propaty: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	text-shadow: none;
}
a:visited {
	color: #3e1fa3;
	text-decoration: underline;
	-webkit-transition-propaty: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
}

a:hover {
	background: #33CCFF;
	color: #005bac;
	text-decoration: none;
}
/* ==========================================================================================================

	 2-2. mainContent
 
============================================================================================================*/


/*  section
-----------------------------------*/
div.section {
	clear : both;
	margin-bottom : 3em;
}
div.section div.section {
	margin-bottom : 2em;
}
div.section div.section div.section {
}

/*  テキスト制御
-----------------------------------*/
#mainContent p {
	margin-bottom: 1em;
}
.txtCenter {
	text-align : center;
}
.txtRight {
	text-align : right;
}
.txtIndent {
	text-indent : -9999px;
}

/*  中見出し
-----------------------------------*/
.hTag02 {
	background: #f0f0f0;
	margin-bottom : 1.5em;
	padding: 8px 10px;
	font-size: 100%;
}
/*  ------------------------------------------------------------------

	大見出し

---------------------------------------------------------------------*/
div.hGroup {
	margin-bottom: 3em;
}

.siteID {
	margin-bottom: 1em;
}

/*  ------------------------------------------------------------------

	注意書き

---------------------------------------------------------------------*/
div.notify {
	background: #f2f2e9;
	border: 1px solid #ddddd5;
	margin-bottom: 3em;
	padding: 1em;
	text-align: center;
}
/*  ------------------------------------------------------------------

	お知らせ

---------------------------------------------------------------------*/
div.information {
	background: #f0f0f0;
	border: 1px solid #dadada;
	margin-bottom: 3em;
	padding: 1em;
}

/*  ------------------------------------------------------------------

	住所

---------------------------------------------------------------------*/
div.external iframe {
	border: 1px solid #dbdbdb;
	overflow: hidden;
	margin-bottom: .5em;
	width: 958px; /* 任意 */
	height: 398px; /* 任意 */
}
/*  ------------------------------------------------------------------

	staff

---------------------------------------------------------------------*/
dl.members {
	margin-bottom: 0.5em;
	font-size: 12px;
	_zoom: 1;
}
dl.members dt {
	padding: 8px 0 13px;
	margin-bottom: -40px;
	padding-left: 10px;
	width: 310px;
	font-size: 14px;
}
dl.members dd {
	border-bottom: 1px solid #ececec;
	padding: 8px 0 2px 330px;
}




/*  ------------------------------------------------------------------

	selected text

---------------------------------------------------------------------*/
::selection {
 background : #f2f1dd;
 color : #313131;
}

::-moz-selection {
 background : #f2f1dd;
 color : #313131;
}


/* ==========================================================================================================

	 2-4. footer
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	copyright

---------------------------------------------------------------------*/
#footer p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
