@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background-color: #DDA0DD;
	font-size:12px;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:white;
	line-height:1.5;
	text-align: center;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

strong {
	color: #000000;
	}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/


a:link, a:visited {
	color:#5a2e58;
}

a:hover, a:active {
	position: relative;
	top: 2px;
	left: 2px;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:760px;
	margin:0px auto;
	background-color: #DDA0DD;
	text-align: left;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	background: #8d488a;
	border-left: 7px solid #DA70D6;
	border-right: 7px solid #DA70D6;
}

#header h1 {
	padding:15px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
	}

#header p#siteDescription {
	margin: 15px;
	margin-top: 0px;
	color: #ffffff;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:746px;
	float:left;
	margin-bottom:0px;
	background-color: #ffffff;
	background-image: url(img/sub_bg.gif);
	background-repeat: repeat-y;
	border-left: 7px solid #DA70D6;
	border-right: 7px solid #DA70D6;
}


/*  main
------------------------------------------*/

#main {
	float:right;
	width:510px;
	margin-right: 20px;
	padding:20px;
	background-color:transparent;
	color:#333333;
	font-size: 14px;
}

#main a {
	color: #0000ff;
}

#main h2 {
	color: #690E3B;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	}

#main h3 {
	color: #8C0E66;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 20px;
	}

#main ul {
	margin: 20px;	
	}

#main dl {
	color: #ff0000;
	}

#main dl a {
	color: #ff0000;
	}

#main dt {
	float: left;
	width: 5em;
	}

#main dd {
	margin-left: 5em;

	}


/*  sub
------------------------------------------*/

#sub {
	float:left;
	width:115px;	/* 120px */
	padding:20px;
	background-color: #F08BBD;
}

#sub h3 {
	margin-top: 30px
	margin-bottom:15px;
	color: #ffffff;
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin-bottom: 20px;
	}

#sub ul li {
	list-style-type: square;
	margin-left: 15px;
	padding:2px 0px;
}

#sub ul li a:link, a:visited {
	color:#5a2e58;
}

#sub ul li a:hover, a:active {
	position: relative;
	top: 2px;
	left: 2px;
}




/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:740px;
	margin: 0 auto;
	padding:10px;
	padding-right: 0px;
	background-color: #DDA0DD;
	font-size: 10px;
	border-right: 7px solid #DDA0DD;
	border-left: 7px solid #DDA0DD;
}

#footer ul {
	margin:0 auto 5px;
	text-align:right;
}

#footer ul li {
	display:inline;
	margin-right:0px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid #5a2e58;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer a {
	color: #5a2e58;
	text-decoration: none;
	}

#footer p#copyright {
	margin-bottom:0;
	color:#5a2e58;
	text-align:right;
}

#footer p#top_link {
	margin-top:1em;
	text-align:right;
}

#footer p#top_link a {
	color:#DDA0DD;
}


/*  その他
------------------------------------------*/


.aiueo {
	float:left;
	width:120px;
	height: 320px;
	margin-right:10px;
	background-image: url(img/stripe.png);
/* 
	background: #e8dfe8;
 */
	font-size: 12px;
	}

.aiueo-r {
	float:left;
	width:120px;
	height: 320px;
	background-image: url(img/stripe.png);
	font-size: 12px;
	}

.clear {
	clear: both;
	padding-top: 30px;
	}


#main .aiueo ul li a,
#main .aiueo-r ul li a {
	color: #242424;
	}

#main .aiueo h3,
#main .aiueo-r h3 {
	margin: 10px;
	margin-bottom: 3px;
	color: #242424;
	font-size: 14px;
	}

#main .aiueo ul,
#main .aiueo-r ul {
	margin-top: 0;
	margin-left: 25px;
	}

#main .aiueo li,
#main .aiueo-r li {
	list-style-type: square;
	}


.yellow {
	background-color: #FFFF66;
	}

.green {
	color: #009933;
	font-weight: bold;
	}

.blue {
	color: #0033ff;
	font-weight: bold;
	}


.red {
	color: #ff0000;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	border-bottom: 1px solid;
	}


.cuts {
	float:left;
	margin-right:20px;
	border:none;
}

.cuts-r {
	float:right;
	border:none;
}

.cuts-index {
	height: 200px;
	background:url(img/index.jpg) no-repeat;
	background-position: top right;
}


.cuts-ol {
	margin-left: 25px;
	}

.totop {
	margin-top: 40px;
	font-size: 10px;
	text-align: right;
	}

#main .totop a{
	color: #666666;
	}


.ad {
	margin-top:20px;
	padding-top:20px;
	background-image:url(img/ad.gif);
	background-repeat:no-repeat;
	}

.ad2 {
	margin-top:10px;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	}

.ad2 a {
	font-weight: normal;
	}


.pb {
	margin-top: 40px;
	font-size: 11px;
	}

#main .pb h3 {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	}

.banner-index {
	margin-top: 20px;
	padding: 15px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	}

#main .banner-index a:link {
	color: #000000;
	}



/*  右矢印
------------------------------------------*/


.navi {
	background: url(img/arrow.jpg) no-repeat left;
	margin-bottom: 30px;
	padding-left: 30px;	
	}

.navi-index {
	background: url(img/arrow.jpg) no-repeat 0 2px;
	padding-left: 30px;	
	}


#click {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 150%;
	}

#click a:link {
	color: #ff0000;
	}

#click a:hover, a:active {
	position: relative;
	left:2px;
	top: 2px;
	color: #0033FF;
	background-color: #00FFFF;
	}



/*  リンク集
------------------------------------------*/


#main-link h3 a{
	color: #E81E83;
	font-size: 14px;
	letter-spacing: 0.1em;
	}

#main-link p {
	margin-bottom: 20px;
	font-size: 12px;
	}



