@charset "UTF-8";
/* CSS Document */

img { border: none; }

body {
	font-size: 14px;
	background-color: #333;
	margin: 0; padding: 0;
	color: #333;
}

#container {
	height: 785px;
	width: 1221px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 1221px;
}

#header h1 {
	margin: 0px;
	padding: 45px 0 40px 32px;
}

#navigation{
	height: 50px;
	width: 1221px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation a{
	font-size: 16px;
	text-decoration: none;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#navigation ul{
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	}
#navigation li{
	font-weight: bold;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	}
#left{
	height: 470px;
	width: 200px;
	float: left;
	margin: 19px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #333;
	border-left-color: #333;
	padding-top: 20px;
	padding-left:0px;
	overflow: auto;
}
#left a{
	font-size: 12px;
	margin-left: 0px;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
#left a:hover {
	background-color: #E6E6E6;
}
#left li{
	list-style-type: none;
	margin-left: -20px;
}
#right{
	margin: 19px;
	height: 500px;
	width: 909px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	float: right;
	border-bottom-color: #333;
	line-height: 18px;
}
#right1{
	height: 460px;
	width: 420px;
	border-right-width: 1px;
	border-right-style: dotted;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	}
#right2{
	height: 460px;
	width: 420px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	padding-right: 20px;	
	}
#right2 a{
	font-size: 12px;
	margin-left: 0px;
	color: #666;
	text-decoration: none;
	text-align: justify;
}

#right2 p{
	font-size:12px;
	}

#right2_small{
	width: 420px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

#donkey{
	margin: 0;
	padding: 0;
}

#copy{
	float: right;
	height: 20px;
	width: 400px;
}
p{
	text-align: justify;
}

/* 
	LEVEL ONE
*/
ul.navi a:hover		            { color: #000; }
ul.navi a:active                { color: #FFF;}
ul.navi li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333; color: #222; }
ul.navi li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.navi li.hover,
ul.navi li:hover                { color: black; position: relative; background-color: #FFF;}
ul.navi li.hover a              { color: black; }

#snsBox { margin: 10px 0 0 0; padding: 0;}

#snsBox dl.leftDL { width: 180px; float: left; margin: 0 10px 0 0; padding: 0;}
#snsBox dl.leftDL a { font-size: 80%; margin: 0; padding: 0;}
#snsBox dl.leftDL dt { width: 32px; height: 32px; float: left; margin: 0 7px 0 0; padding: 0;}
#snsBox dl.leftDL dd { width: 135px; float: left; margin: 0.5em 0 0 0; padding: 0;}

#snsBox dl.rightDL { width: 200px; float: left; margin: 0 0 0 0; padding: 0;}
#snsBox dl.rightDL a { font-size: 80%; margin: 0; padding: 0;}
#snsBox dl.rightDL dt { width: 32px; height: 32px; float: left; margin: 0 7px 0 0; padding: 0;}
#snsBox dl.rightDL dd { width: 155px; float: left; margin: 0.5em 0 0 0; padding: 0;}

#right2 a                 { overflow: hidden; }
#right2 a:link            { color: #666; text-decoration: underline; }
#right2 a:visited         { color: #666; text-decoration: underline; }
#right2 a:hover, a:active { color: #666; text-decoration: none; }
