﻿/* CSS Document */

/*----------------------------------------------------
 *
 * reset指定ココから▽▽▽
 *
----------------------------------------------------*/
* {
	border-collapse:collapse;
	font-style:normal;
	font-weight:normal;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:none;
	text-decoration:none;
}


div:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

div {
	display:inline-block;
}

html {
	overflow-y:scroll;
}

p,li,dt,dl {
	line-height:1.8em;
}


img{
	border:none;
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

ul {
	margin-bottom:1em;
}

ul, ul li {
	list-style:none;
}

ol {
	margin-left:2em;
	margin-bottom:1em;
}

blockquote{
	padding:2em;
	background:#eee;
}

blockquote p{
	margin:0.5em 0;
	padding:0;
	background-color:#eee;
}

cite{
	font-style:italic;
	text-align:right;
}

blockquote cite{
	font-style:italic;
	text-align:right;
}

strong {
	font-weight:bold;
}

h2, h3, h4, h5, h6 {
	font-weight:bold;
}

a:link {
	color:#3300CC;
}
a:visited {
	color:#3300CC;
}
a:hover {
	color: #3300CC;
	text-decoration:underline;
}

/*----------------------------------------------------
 *
 * reset指定ココまで△△△
 *
----------------------------------------------------*/


/*----------------------------------------------------
 *
 * basestyle指定ココから▽▽▽
 *
----------------------------------------------------*/
body {
	background:#F7FAF3 url(../images/back_obi.gif) repeat-y scroll 0% 0%;
	font-family:"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Verdana, Futura, Arial, "メイリオ", "ＭＳ Ｐゴシック", Osaka,
  sans-serif;
	color:#444444;
	font-size: 80%;
	line-height:1.6em;
}



.container{
	width:700px;
	text-align:left;
	background-color:#FFFFFF;
	margin-bottom:0;
}

.catch {
	border-bottom:1px solid #005924;
	border-top:1px solid #005924;
	_margin:15px 0 -3px 0;
}

*:first-child+html .catch {
	border-bottom:1px solid #005924;
	border-top:1px solid #005924;
	margin:15px 0 20px 0;
}

/* メニュー */
#menuBar { float: left; width: 100%; border-style: none; }
#menuBar ul { position: relative; list-style: none; float: left; margin: 0px; padding: 0px; border-style: none; }
#menuBar li { list-style: none; float: left; margin: 0px; padding: 0px; line-height: 1.8em; border-style: none; }
#menuBar li a { display: block; display: inline-block; float: left; padding: 0; border-style: none; width:140px; height:50px; }
#menuBar li ul { display: none; position: absolute; z-index: 10; top: 50px; clear: left; float: left; width: 128px; border-style: none; }
#menuBar li li { clear: left; float: left; margin: 0px; width: 100%; border-style: none; }
#menuBar li li a { width: 100%; height:auto; border-style: none; padding:5px 0 5px 10px; font-size:12px;}


/* サブメニュー */
#menuBar { background: #f2f2f2; }
#menuBar ul {}
#menuBar li {}
#menuBar li a { background: #f2f2f2; }
#menuBar li a:link,#menuBar li a:visited,#menuBar li a:active { color: #000000; text-decoration: none; }
#menuBar li a:hover { background: #618bde; color: #ffffff; text-decoration: none; }
#menuBar li ul { width: 128px; }
#menuBar li li { background: #ffffff; }
#menuBar li li a { background: #f0f0f0 none; border-style: solid; border-width: 1px; border-color: #ffffff #cccccc #cccccc #cccccc; }
#menuBar li li a:hover { background: #94B267; color: white; border-color: #D0F1A7; }



/*　メイン部分　*/
#main-Left {
	width:500px;
	float:left;
	background-color:#FFFFFF;
}

#main-Right {
	width:200px;
	float:right;
	background:#FFF url(../images/bg_right_c.gif) repeat-x scroll 0% 0%;
}

.news-Box {
	padding:7px 0 7px 15px;
	margin-top:5px;
	width:480px;
}
.news-Box-ttl01 {
	background:url(../images/ttl_h3_news.gif) no-repeat;
	height:30px;
	margin-bottom:5px;
}
.news-Box dl {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0;
	width:460px;
}

.news-Box dl dt {
	display: block;
	float: left;
	margin: 0;
}

.neews-Box dl dd {
	float: left;
	height: 15px;
	margin: 0;
	padding: 0;
	background: none;
}

.cnt-Box {
	padding:7px 0 7px 15px;
	margin-top:5px;
	width:480px;
}

.cnt-Box ul li {
	line-height:1.6em;
}	

.cnt-Box-ttl01 {
	background:url(../images/ttl_h3_news.gif) no-repeat;
	height:30px;
	margin-bottom:5px;
}

.cnt-Box-ttl02 {
	background:url(../images/ttl_h3_topic.gif) no-repeat;
	height:30px;
	margin-bottom:5px;
}

.cnt-Box-ttl03 {
	background:url(../images/ttl_h3_shougai.gif) no-repeat;
	height:30px;
	margin-bottom:5px;
}

.cnt-Box-ttl04 {
	background:url(../images/ttl_h3_media.gif) no-repeat;
	height:30px;
	margin-bottom:5px;
}


.topicsList {
	margin-bottom: 5px;
}
.topicsList dl {
	margin: 0;
	padding: 6px 0 7px 0;
	background: url(../images/bg_dotted_bar.gif) left bottom repeat-x;
	width:460px;
}
.topicsList dt {
	display: block;
	float: left;
	width: 70px;
	margin: 0;
}
.topicsList dd {
	margin-left: 70px;
	line-height:1.3em;
	padding: 5px 0 0 7px;
}

/*-- 使用しないスタイル ここから　
.cnt-Box dl {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0;
	width:460px;
}

.cnt-Box dl dt {
	display: block;
	float: left;
	margin: 0;
	_margin-top: -8px; 
}

.cont-Box dl dd {
	float: left;
	height: 15px;
	margin: 0;
	padding: 0;
	background: none;
}

.cont-Box dl dd img {
	display:block;
	height:auto;
}

ここまで　--*/

#main-Left ul li {
	background:url(../images/bg_arrow_01.gif) no-repeat 0 0.5em;
	padding-left: 10px;
	line-height:1.6em;
}

.download a {
	display:block;
	width:180px;
	height:60px;
	background:url(../images/banner_download.gif) no-repeat 0 0;
}

.download a:hover {
	background:url(../images/banner_download_a.gif) no-repeat 0 0;
	text-decoration:none;
}


.user a {
	display:block;
	width:180px;
	height:60px;
	background:url(../images/banner_user.gif) no-repeat 0 0;
}

.user a:hover {
	background:url(../images/banner_user_a.gif) no-repeat 0 0;
	text-decoration:none;
}

.activate a {
	display:block;
	width:180px;
	height:60px;
	background:url(../images/banner_activate.gif) no-repeat 0 0;
}

.activate a:hover {
	background:url(../images/banner_activate_a.gif) no-repeat 0 0;
	text-decoration:none;
}

.failure a {
	display:block;
	width:180px;
	height:60px;
	background:url(../images/banner_failure.gif) no-repeat 0 0;
}

.failure a:hover {
	background:url(../images/banner_failure_a.gif) no-repeat 0 0;
	text-decoration:none;
}

.area a {
	display:block;
	width:180px;
	height:60px;
	background:url(../images/banner_area.gif) no-repeat 0 0;
}

.area a:hover {
	background:url(../images/banner_area_a.gif) no-repeat 0 0;
	text-decoration:none;
}

.cnt-Box2 {
	padding: 10px;
}

.cnt-Box2 p {
	padding-bottom: 5px;
}

.cnt-Box3 {
	padding: 10px 10px 5px 10px;
}
/*　メイン部分ここまで　*/


/*　フッター　*/
#footer {
	width:700px;
	height:1%;
	clear:both;
}

.sitemap-P {
	background:#EAF6ED;
	padding: 0 15px;
	border-bottom:1px solid #006633;
	border-top:1px solid #006633;
}
/*　フッターここまで　*/

/*　汎用スタイル　*/
.fontSmall {
		font-size:80%;
	}

.txtCenter{
		text-align:center;
	}

.txtRight{
		text-align:right;
	}

.dn {
	display:none;
}



/*　汎用スタイルここまで　*/


/*　3Gお友達紹介プログラムここから　*/
.bnr_op2 a span {
	display:none;
}

.bnr_op2 a {
	display:block;
	width:460px;
	height:130px;
	background-image:url(../images/bnr_op2_460.jpg);
	background-repeat:no-repeat;
}

.bnr_op2 a:hover {
	background-image:url(../images/bnr_op2a_460.jpg);
	background-repeat:no-repeat;
}


/*　//3Gお友達紹介プログラムここまで　*/

/*　キャッチ部分ここから　*/
.wrap1
{
     float:left;
	 position:relative;
	 width:233px;
	 height:240px;
	 
	 overflow:hidden;
}

.wrap2
{
     float:left;
	 position:relative;
	 width:234px;
	 height:240px;
	 
	 overflow:hidden;
}

.catch img
{
	 top:0;
	 left:0;
	 position:absolute;
	 border:none;
}
.back
{
	 top:0;
	 left:0;
	 position:absolute;
	 background-color:#dbc277;
	 width:300px;
	 height:150px;
}



#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:700px;
	overflow:hidden;
	_margin-top:10px;
}




#slides{
	/* This is the slide area */
	height:195px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:700px;
	overflow:hidden;
}

*:first-child+html  #slides{
	/* This is the slide area */
	height:195px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:700px;
	overflow:hidden;
	margin-top:10px;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	text-align:center;
}

#gallery ul{
	margin:0 0 -15px 60px;
	padding:0px;
}

#gallery li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
	_float:left;
}

*:first-child+html #gallery li {
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
	float:left;
} 

#gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/pic_bg.png) repeat;
}

#gallery li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../images/active_bg.png) no-repeat;
}

#gallery li.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(../images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}
/*　//キャッチ部分ここまで　*/


