@charset "utf-8";
/* 主要部分 */

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #444444;
	background-color: #98BEE4;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 1px;
}
a{
	color: #456DAB;
	font-weight: bold;
}
a:hover{
	color: #666666;
}


#container {
	width: 780px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #98BEE4;
	border-right-color: #98BEE4;
	border-bottom-color: #98BEE4;
	border-left-color: #98BEE4;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img/cont.gif);
	background-repeat: repeat-y;
} 
#header {
	background-color: #98BEE4;
	height: 135px;
	text-align: right;
	margin: 0px;
	padding: 0;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
} 
#header h1 {
	font-size: 12px;
	font-weight: normal;
	color: #253A59;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#content .box {
	width: 188px;
	float: left;
	border: 1px solid #253A59;
	height: 188px;
	background-color: #FFFFFF;
	background-position: 5px;
}
#concept {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.inavi {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 26px;
	color: #446CA8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9D2EC;
	border-right-color: #B9D2EC;
	border-bottom-color: #B9D2EC;
	border-left-color: #B9D2EC;
}


#footer {
	height: 110px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #98BEE4;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
} 

#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
}
#footer .kyousan {
	color: #999999;
	font-size: 12px;
}

.kyousan a{
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
.kyousan a:hover{
	color: #666666;
}




.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	line-height: 0px;
}
/* ナビ */


#head-nav {
	clear: none;
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 30px;
}




#head-nav ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#head-nav ul li.item01 {
	float: left;
	width: 106px;
	background-image: url(img/home.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	
}


#head-nav ul li.item01 a,
#head-nav ul li.item01 a:link
#head-nav ul li.item01 a:visited {
	display: block;
	background-image: url(img/home.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 106px;

}
#head-nav ul li.item01 a:hover,
#head-nav ul li.item01 a:active {
	display: block;
	background-image: url(img/home_b.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 106px;
	margin: 0px;
	padding: 0px;
	
}
#head-nav ul li.item01 a span {
	display: none;
	height: 30px;
	
}
#head-nav ul li.item02 {
	float: left;
	width: 106px;
	background-image: url(img/kousin.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#head-nav ul li.item02 a,
#head-nav ul li.item02 a:link
#head-nav ul li.item02 a:visited {
	display: block;
	width: 106px;
	background-image: url(img/kigyou.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#head-nav ul li.item02 a:hover,
#head-nav ul li.item02 a:active {
	background-image: url(img/kousin_b.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 106px;
	margin: 0px;
	padding: 0px;
}
#head-nav ul li.item02 a span {
 display: none;
 height: 30px;
}

#head-nav ul li.item03 {
	float: left;
	width: 106px;
	background-image: url(img/seo.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#head-nav ul li.item03 a,
#head-nav ul li.item03 a:link
#head-nav ul li.item03 a:visited {
	display: block;
	width: 106px;
	height: 30px;
	background-image: url(img/sapo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#head-nav ul li.item03 a:hover,
#head-nav ul li.item03 a:active {
	background-image: url(img/seo_b.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 106px;
}
#head-nav ul li.item03 a span {
	display: none;
	height: 30px;}


#head-nav ul li.item04 {
	float: left;
	width: 105px;
	background-image: url(img/senryaku.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#head-nav ul li.item04 a,
#head-nav ul li.item04 a:link
#head-nav ul li.item04 a:visited {
	display: block;
	width: 105px;
	height: 30px;
	background-image: url(img/senryaku.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#head-nav ul li.item04 a:hover,
#head-nav ul li.item04 a:active {
	background-image: url(img/senryaku_b.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 105px;
}
#head-nav ul li.item04 a span {
	display: none;
	height: 30px;	
}


#head-nav ul li.item05 {
	float: left;
	width: 105px;
	background-image: url(img/about.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#head-nav ul li.item05 a,
#head-nav ul li.item05 a:link
#head-nav ul li.item05 a:visited {
	display: block;
	width: 105px;
	height: 30px;
	background-image: url(img/about.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#head-nav ul li.item05 a:hover,
#head-nav ul li.item05 a:active {
	background-image: url(img/about_b.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 105px;
}
#head-nav ul li.item05 a span {
	display: none;
	height: 30px;	
}

#head-nav ul li.item06 {
	float: left;
	width: 105px;
	background-image: url(img/otoiawase.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;

}
#head-nav ul li.item06 a,
#head-nav ul li.item06 a:link
#head-nav ul li.item06 a:visited {
	display: block;
	width: 105px;
	height: 30px;
	background-image: url(img/otoiawase.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;

}
#head-nav ul li.item06 a:hover,
#head-nav ul li.item06 a:active {
	background-image: url(img/otoiawase_b.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 105px;

}
#head-nav ul li.item06 a span {
	display: none;
	height: 30px;	
}


#head-nav ul li.item07 {
	float: left;
	width: 105px;
	background-image: url(img/blog.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
#head-nav ul li.item07 a,
#head-nav ul li.item07 a:link
#head-nav ul li.item07 a:visited {
	display: block;
	width: 105px;
	height: 30px;
	background-image: url(img/blog.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;	

}
#head-nav ul li.item07 a:hover,
#head-nav ul li.item07 a:active {
	background-image: url(img/blog_b.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 105px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;	

}
#head-nav ul li.item07 a span {
	display: none;
	height: 30px;	
}




/* その他、画像ロールオーバー */


#main-nav {
	margin: 0px;
	padding: 10px;
}




#main-nav ul {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main-nav ul li.item01 {
	float: left;
	width: 240px;
	background-image: url(img/5minu.gif);
	background-repeat: no-repeat;
	padding-right:9px;
	list-style-type: none;
}


#main-nav ul li.item01 a,
#main-nav ul li.item01 a:link
#main-nav ul li.item01 a:visited {
	display: block;
	background-image: url(img/nikki.gif);
	background-repeat: no-repeat;
	height: 162px;
	width: 242px;
}
#main-nav ul li.item01 a:hover,
#main-nav ul li.item01 a:active {
	background-image: url(img/5minu00.gif);
	background-repeat: no-repeat;
	height: 162px;
	width: 242px;

}
#main-nav ul li.item01 a span {
 display: none;
}
#main-nav ul li.item02 {
	float: left;
	width: 240px;
	background-image: url(img/3des.gif);
	background-repeat: no-repeat;
	padding-right: 9px;
	list-style-type: none;
}
#main-nav ul li.item02 a,
#main-nav ul li.item02 a:link
#main-nav ul li.item02 a:visited {
	display: block;
	width: 240px;	background-image: url(img/kigyou.gif);
	background-repeat: no-repeat;
	height: 162px;
}
#main-nav ul li.item02 a:hover,
#main-nav ul li.item02 a:active {
	background-image: url(img/3des00.gif);
	background-repeat: no-repeat;
	height: 162px;
	width: 240px;

}
#main-nav ul li.item02 a span {
 display: none;
}



#main-nav ul li.item03 {
	float: right;
	width: 240px;
	background-image: url(img/kyougou.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
#main-nav ul li.item03 a,
#main-nav ul li.item03 a:link
#main-nav ul li.item03 a:visited {
	display: block;
	width: 240px;
	height: 162px;
	background-image: url(img/sapo.gif);
	background-repeat: no-repeat;
}
#main-nav ul li.item03 a:hover,
#main-nav ul li.item03 a:active {
	background-image: url(img/kyougou00.gif);
	background-repeat: no-repeat;

}
#main-nav ul li.item03 a span {
	display: none;
}

strong {
	color: #222222;
}


 
#photo {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	height: 165px;
	width: 230px;
}
#photo3 {
	height: 600px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
#photo4 {
	height: 260px;
	width: 360px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
}

#photo5 {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 10px;
	width: 220px;
	height: 215px;
	text-align: right;
}
 
#photo2 {
	float: left;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 16px;
	margin-left: 0px;
	width: 200px;
	height: 170px;
}

#content #ir {
	padding: 10px;
	margin-top: 5px;
	clear: both;
}


#clearfloat {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 1px;
}
#left {
	margin: 0px;
	width: 500px;
	float: left;
}
#right {
	float: left;
	width: 235px;
	margin: 0px;
}
#right .side {
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	border: 2px none #98BEE4;
}
#right .side h3 {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}

.side ul{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.side li {
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 3px 3px 3px 20px;
	background: transparent url(img/list2.gif) no-repeat 0% 5px;
	font-size: 12px;
}

.side a{
	font-size: 12px;
	font-weight: normal;
}
.side a:hover{
	font-size: 12px;
	font-weight: normal;
}

#left ul{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 4px;
}
#left li {
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 3px 3px 3px 20px;
	background: transparent url(img/list1.gif) no-repeat 0% 5px;
	font-size: 12px;
}
