@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0;
	word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }
a { color: #000; text-decoration: none; outline: 0; }
a:visited { color: #000; text-decoration: none; outline: 0; }
a:hover { color: #8c6cab; text-decoration: underline; outline: 0; }
a:active { color: #8c6cab; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.img_fL { float: left; margin: 0 10px 10px 0; }
.img_fR { float: right; margin: 0 0 10px 10px; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 0 0; line-height: 1.8em; }
img { border: 0; }
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display: block; }
mark { background: rgba(255,255,255,0.2); }

::-moz-selection{ color: #fff; background: #900; }
::selection { color: #fff; background: #900; }

ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom !important;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
}

ruby rt, a:link ruby rt, a:visited ruby rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 70%;
	line-height: 100%;
	text-decoration: none;
}

ruby rp { display: none; }

form input { margin: 0; padding: 2px 3px; }

/* clearfix start ------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* clearfix end --------------------------------------------*/

/*----------------------------------------------------------------------------------------------------


common


----------------------------------------------------------------------------------------------------*/
body { color: #777; background: #e9e2f2; }
#wrapper { margin: 0 auto; width: 960px; background: #fff; }

/*------------------------------------------------------------

#header

------------------------------------------------------------*/
#header {
	height: 70px;
	padding: 35px 20px 10px;
	background: url(../images/header-bg.png) 0 0 repeat-x;
}

	#header h1 {
		font-size: 15px;
		font-weight: bold;
	}

		#header .stitle a {
			color: #876aac;
			font-size: 30px;
			font-weight: bold;
		}
		#header .stitle a:hover { text-decoration: none; }

/* #main-img
----------------------------------------*/
p#main-img { width: 960px; height: 250px; }

/*------------------------------------------------------------

#global-nav

------------------------------------------------------------*/
	#global-nav {
		height: 55px;
		background: #876aac;
		background:
		-webkit-linear-gradient(
		top, #876aac 0%, #ac93cb 100%
		);
		background:
		-moz-linear-gradient(
		top, #876aac 0%, #ac93cb 100%
		);
		background:
		-o-linear-gradient(
		top, #876aac 0%, #ac93cb 100%
		);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#876aac, endcolorstr=#ac93cb))";/* IE8 */
	}
	#global-nav ul {
		padding: 20px 0 0 20px;
	}
	#global-nav ul li {
		float: left;
		padding: 0 15px;
		border-right: 2px ridge #876aac;
	}
	#global-nav ul li:last-child { border-right: none; }
			
		#global-nav ul li a { font-size: 14px; }
		#global-nav ul li a:hover { color: #fff; text-decoration: none; }

/*------------------------------------------------------------

#breadcrumb

------------------------------------------------------------*/
	#breadcrumb         { padding-right: 20px; height: 32px; text-align: right; background: #fff; }
	#breadcrumb li      { display: inline; line-height: 32px; }
/*------------------------------------------------------------

#content

------------------------------------------------------------*/
	#content { width: 960px; background: #fff; }

		#main-cont { float: left; padding: 0 40px; width: 880px; }

			#main-cont h2 {
				margin: 0 0 15px;
				color: #000;
				font-size: 16px;
				font-weight: bold;
			}
			#main-cont h2:first-letter { color: #8c6cab; font-size: 30px; }

			#main-cont .section {
				margin-bottom: 45px;
				padding: 15px;
				border: 1px solid #bbb;
				border-radius: 10px;
				-moz-border-radius: 10px;
				background: url(../images/bg.png) 0 0 repeat-x;
			}
			#main-cont p        { margin: 0 20px; }
			#main-cont .fR_img  {
				float: right;
				margin: 0 10px 10px 20px;
				width: 150px;
				height: 150px;
			}
			
			#main-cont .section ul.sitemap li { line-height: 16px; list-style: inside disc; }

/* #bottom-area
----------------------------------------*/
#bottom-area { width: 880px; margin: 0 0 45px; }

	#bottom-area .left-section {
		float: left;
	padding: 15px;
		width: 390px;
		border: 1px solid #bbb;
		border-radius: 10px;
		background: url(../images/bg.png) 0 0 repeat-x;
	}
	#bottom-area .right-section {
		float: right;
		padding: 15px;
		width: 390px;
		border: 1px solid #bbb;
		border-radius: 10px;
		background: url(../images/bg.png) 0 0 repeat-x;
	}
	
/* #bottom-nav
----------------------------------------*/

		#bottom-nav01 {
			float: left;
			margin: 0;
			padding: 20px;
			width: 440px;
			background: url(../images/bg.png) 0 0 repeat-x;
		}
		#bottom-nav02 {
			float:right;
			margin: 0x;
			padding: 20px;
			width: 440px;
			background: url(../images/bg.png) 0 0 repeat-x;
		}

			#bottom-nav01 h3,#bottom-nav02 h3 {
				margin: 0 0 5px;
				font-weight: bold;
				color: #8c6cab;
			}
			
				#bottom-nav01 ul,#bottom-nav02 ul {
					padding: 0 20px;
				}
				
				#bottom-nav01 li,#bottom-nav02 li {
					float: left;
					padding: 0 5px 0 10px;
					line-height: 25px;
				}
				#bottom-nav01 li:after,#bottom-nav02 li:after { margin: 0 0 0 15px; content: "/"; }

				#bottom-nav01 li a,#bottom-nav02 li a {
					text-decoration: underline;
				}

/*------------------------------------------------------------

#footer

------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	text-indent: 15px;
	background: url(../images/header-bg.png) 0 0 repeat-x;
}

/* xRay-link
----------------------------------------*/
ul.xRay-link {
	clear: both;
	margin: 25px 40px 0;
	padding: 7px 15px;
	background: #8c6cab;
}

	ul.xRay-link li {
		display: inline;
		margin: 0 10px 0;
		padding: 0;
		line-height: 1.7em;
	}
	ul.xRay-link li a { color: #fff;}
