@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: #335c7e;
        background-image:url("../img/haikei_1.jpg");
        background-attachment:fixed;
	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:link {
 FONT-SIZE: 11pt; color:blue ; TEXT-DECORATION: underline
 ;}
 A:visited {
 FONT-SIZE: 11pt; color:blue ; TEXT-DECORATION: underline
 ;}
 A:active {
 FONT-SIZE: 11pt; color:red ; TEXT-DECORATION: underline
 ;}
 A:active img{
 FONT-SIZE: 11pt; color:red ; TEXT-DECORATION: underline
 ;}
 A:hover {
 FONT-SIZE: 11pt; color:blue ; background-color:#ffffff 
 ; TEXT-DECORATION: none
 ;}
 A:hover img{
 FONT-SIZE: 11pt; color:blue ; background-color:#ffffff 
 ; TEXT-DECORATION: none
 ;}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	padding: 10px 20px;
	margin: 0 auto;
	background-image:url("../img/patturn_1.png");
        border:5px inset #717171;
        
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
        background-color:#a1b183;
        border:5px inset #717171;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #00335e;

}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 945px;
	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
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	float: right;
        background-color:#404040;
        border:5px inset #717171;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #fff;
}

div#Main div#PortImg {
	margin: 10px auto 0 auto;
	text-align: center;
}

div#Main p {
	margin: 10px auto 0 auto;
}

div#Main table {
	width: 80%;
	margin: 10px auto 10px; auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 10px;
	background: #000;
	border: 2px solid #fff;
	text-align: left;
	vertical-align: top;
	color: #fff;
        font-weight:bold;
}

div#Main table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 2px solid #fff;
	text-align: left;
	vertical-align: top;
        color:#fff;
        background-color:#292580
}

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: 220px;
	float: left;
	background: #000;
        border:5px inset #717171;
}

div#Side ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

div#Side ul li a {
	display: block;
	background: #000;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	color: #fff;
}

div#Side ul li a:hover {
	background: #527a9c;
	color: #fff;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #00335e;
        background-color:#a1b183;
        border:5px inset #717171;
}


#PortImg a{
        width:700px;
        height:700px;
        display:block;
        overflow:hidden;
	background-image:url("../img/kadai05_jump.jpg");
	background-repeat:no-repeat;
	background-position: left center;

}
#PortImg a:hover{
	background-position: right center;

}
p{
  color:#fff;
}
