@charset "utf-8";


/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック","MS P Gothic",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:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "メイリオ","ＭＳ Ｐゴシック","MS P Gothic",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:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック","MS P Gothic",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: #2BC0E4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #EAECC6, #2BC0E4);
	  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #EAECC6, #2BC0E4);
	 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	
	line-height: 1.;
	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;
	border-radius: 30px;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------*/
/*メニューの下に線
/*--------------------------------------------------------------------*/

header{
	width: 1200px;
	padding: 10px 0;
	margin: 0 auto;
	background: #fff;
	top: 0;
	left: 0;
}

hr {
	border-width: 1px 0px 0px 0px; 
   	border-style: solid; 
	border-color: lightgray;   
	height: 2px;        
	margin-bottom: 0px
}


/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 1200px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	background: #fff;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #202020;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}


/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 1000px;
	margin: 0 auto;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #3C3B3B;
	text-align: center;
}

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 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 10px;
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
	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;
	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;
}

/*--------------------------------------------------------------------
TopMenu
--------------------------------------------------------------------*/
div#TopMenu {
	width: 1200px;
	margin: 0;
}

div#TopMenu ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

div#TopMenu ul li {
	display: inline-block;
	list-style: none;
	width: 169px;
	height: 40px;
	margin: 0px 5px 10px 5px;
	float: left;
}

div#TopMenu ul li a {
	display: block;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font-size:11px;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
   	 transition: all  0.5s ease;
 		
}

div#TopMenu ul li a:hover {
	background: #ffc9d7;
	color: #000;
	font-size: 11px;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #00335e;
}

/*--------------------------------------------------------------------
トップページ画像を大きく表示する（仮で作成）
--------------------------------------------------------------------*/
div#topimage{
	width: 1200px;
	margin: 0 auto;
}

/*--------------------------------------------------------------------
文章に余裕を持たせる（仮で作成）
--------------------------------------------------------------------*/
div#intro{
	width:700px;
	height:270px;
	margin: 30px 250px 30px 250px;
	display: block;
	text-align:center;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
div#intro p{
	padding: 50px;
	color: gyay;
	font-size:14px;
    line-height: 1.8;
}


/*--------------------------------------------------------------------
スライドショー実験
--------------------------------------------------------------------*/

.slideshow {
	position: relative;
	width: 1200px; /* 画像の横幅 */
	height: 800px; /* 画像の縦幅 */
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 3s; /* フェードの時間(秒) */
}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}


