@charset   "UTF-8";

 
 /*コンテンツバーの設定*/
 div#content{
 	width:980px;
 	padding: 0px;
 	margin: 0px;
 	background-image: url(../img/wallpaper-aqua.png);
 	}
 /*コンテンツタイトルバーの設定*/ 	
 li.con-title{
 	background-image: url(../img/content-bar01.png);
 	background-repeat: no-repeat;
 	height: 65px;
 	color: #0033cc;
 	font-size: 18px;
 	line-height: 62px;
 	padding-left: 40px;
 	text-align: left;
 	text-shadow: -1px -1px 0 rgba(255,255,153,0.5);
 	font-weight: bold;
 	overflow: hidden;
 	margin: 0;
	
 	}
 	
 /*コンテンツテキスト枠の設定*/ 
 
  li.con-text{
 	background-image: url(../img/wallpaper-aqua.png);
 	list-style: none;
 	
 	}
 
 li.con-text h2{
 	background-image: url(../img/content-bar02.png);
 	background-repeat: no-repeat;
 	color: #0033cc;
 	height: 65px; 
 	font-size: 130%;
 	line-height: 1.4em;
 	font-weight: bold;
 	padding-top:20px;
 	padding-bottom:0px;
 	}	
 	
 li.con-text a{
 	font-weight: bold;
 	text-decoration: none;}
 	
 li.con-text a:hover{
 	font-weight: bold;
 	text-decoration: none;
 	color:#77e3ed}
 	
 li.con-text h3{
 	background-image: url(../img/wallpaper-aqua.png);
 	color: #0033cc;
 	padding-left: 100px;
 	padding-right: 100px;
 	padding-bottom: 10px;
 	text-align: left;
 	overflow: hidden;
 	font-size: 100%;
 	line-height: 1.4em;
 	font-weight: normal;
 	}



	
 /*コンテンツ画像枠の設定*/ 	
 li.con-photo{
 	background-image: url(../img/wallpaper-aqua.png);
 	color: #0033cc;
 	font-size: 18px;
 	padding-top:0px;
 	padding-bottom: 5px;
 	overflow: hidden;
 	}
 	
 	
 li.con-arrow{
 	clear: both;
 	background-image: url(../img/wallpaper-aqua.png);
 	color: #0033cc;
 	text-align: left;
 	margin-left: 20px;
 	margin-right: 20px;
 	padding-top:10px;
 	padding-bottom: 5px;
 	overflow: hidden;
 	border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
 	}

 li.con-arrow a{
 	text-decoration: none;
 	color:blue; }
 	

 li.con-arrow a:hover{
 	text-decoration: none;
 	color:#40e0d0; }
 	
 	