@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;	
	background-color:#ffcb94;
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}








/*--------------------------------------------------------------------
title
--------------------------------------------------------------------*/

#title {
width:985px;
margin-left:auto;
margin-right:auto;
margin-top:30px;


}




/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	padding: 10px 20px;
	margin-left:auto;
	margin-right:auto;
	background:#ffbb44;
        background:url(../img/note02.png);
        background-repeat:repeat-y;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 12px;
	color: #777777;
}





/*--------------------------------------------------------------------
h2
--------------------------------------------------------------------*/

h2{
text-align:center;
padding-bottom:30px;

}






/*--------------------------------------------------------------------
h3
--------------------------------------------------------------------*/
h3 {
	text-align: center;
	font-size: 12px;
	color: #777777;
        line-height:30px;
        letter-spacing:7px;
        font-weight:800;
        margin-top:80px;
        margin-bottom:80px;
}





/*--------------------------------------------------------------------
h5
--------------------------------------------------------------------*/

h5 {
margin:40px auto 30px auto;
text-align:center;

}





/*--------------------------------------------------------------------
back_top
--------------------------------------------------------------------*/


#back_top{
width:980px;
height:175px;
display:block;
background:url(../img/note01.png);
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
margin-left:auto;
margin-right:auto;
text-indent:-99999px;
padding-right:5px;
}







/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;

}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
#mainphoto {
margin-top:11px;
}




div#Main {
	width: 700px;
	float: right;
        margin-right:90px;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #00335e;
	margin-top:0px;
	margin-bottom:10px;
}

div#Main div#PortImg {
	margin: 0px auto 50px auto;
	text-align: center;
}

div#Main p {
	width:540px;
	margin: 27px auto 30px auto;
	font-size:15px;
	background:#ffeebb;
	padding:15px;
}

div#Main table {
	width: 80%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 10px;
	background: #dd9955;
	border: 1px solid #414141;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #414141;
	background:#ffffff;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

/*--------------------------------------------------------------------
Side
--------------------------------------------------------------------*/
div#Side {
	width: 130px;
	float: left;
        margin-left:40px;
        margin-top:24px;
}

div#Side ul li {
	list-style: none;
	margin: 0 0 34px 0;
}

/*
div#Side ul li a {
	display: block;
	padding: 5px;
	background: #ffcc33;
	border: 1px solid #ffcc33;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	color: #662222;
        font-weight:800;
        font-size:14.5px;
}

div#Side ul li a:hover {
	background: #dd9955;
	color: #aa8888;
}
*/





#side_index a{
width:130px;
height:27px;
display:block;
background-image:url(../img/index_side.png);
background-position:top left;
text-indent:-9999px;

}

#side_index a:hover {
background-position:bottom left;

}






#side_kadai01 a{
width:130px;
height:27px;
display:block;
background-image:url(../img/kadai02_side.png);
background-position:top left;
text-indent:-9999px;

}

#side_kadai01 a:hover {
background-position:bottom left;

}


#side_kadai02 a{
width:130px;
height:27px;
display:block;
background-image:url(../img/kadai01_side.png);
background-position:top left;
text-indent:-9999px;

}

#side_kadai02 a:hover {
background-position:bottom left;

}





#side_kadai03 a{
width:130px;
height:27px;
display:block;
background-image:url(../img/kadai03_side.png);
background-position:top left;
text-indent:-9999px;

}

#side_kadai03 a:hover {
background-position:bottom left;

}






#side_kadai04 a{
width:130px;
height:27px;
display:block;
background-image:url(../img/kadai04_side.png);
background-position:top left;
text-indent:-9999px;

}

#side_kadai04 a:hover {
background-position:bottom left;

}





#side_kadai05 a{
width:130px;
height:27px;
display:block;
background-image:url(../img/kadai05_side.png);
background-position:top left;
text-indent:-9999px;

}

#side_kadai05 a:hover {
background-position:bottom left;

}







#side_kana a{
margin-left:23px;
width:90px;
height:168px;
display:block;
background-image:url(../img/irasuto.png);
background-position:top left;
text-indent:-9999px;

}

#side_kana a:hover {
background-position:bottom left;

}














/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #00335e;
}