h2{ 
	background: url("../img/h2.jpg") no-repeat scroll 0 0 transparent;
	background-repeat:no-repeat;
    font-size: 150%;
    font-weight: bold;
    height: 43px;
    padding: 7px 10px 0 150px;
	color:#FFF;
	clear:both;
}

h3{
	background: url("../img/h3.jpg") no-repeat scroll 0 0 transparent;
	background-repeat:no-repeat;
    font-size: 120%;
    height: 30px;
    padding: 3px 10px 0 80px;
}

#wrapper {
	width: 960px;
	height:100%;
	margin: 0 auto;
}

/* ヘッダー部分 */
#header{
}
.toptxt1{
	width:960px;
	height:20px;
	font-size:80%;
	margin:0 auto;
}
.toptxt2{
	width:960px;
	color:#ffffff;
	font-size:100%;
	margin:0 auto;
}
.search{
	float: left;
    width: 400px;
	margin-top:-20px;
	
}
h1{
	float:left;
}
/* グローバルナビ部分 */
#gNav{
	width:960px;
	margin:0 auto;
}

#gNav li{
	float:left;
	list-style:none;
	display:inline-block;
}
#gNav li a {
	display:block;
	list-style-type: none;
}
#gNav li a:hover {
	background-color: transparent;
}
#gNav li a:hover img{
	opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";
}


.logo{
	margin:-105px 0 0 15px;/*パディング10px、マージン3pxの計算を忘れずに！*/
}


#contents{
	width:960px;
	padding-top:10px;
	padding-bottom:30px;
	float:left;
}

/* コンテンツ左カラム部分 */
#leftColumn {
	width:230px;
	float:left;
}
.sNav{
	background:#326AB1;
	margin-bottom:10px;

	box-shadow: 1px 2px 3px #eeeeee;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	font-size:90%;
	clear:both;
}
.sNavWeek{
	color:#FFF;
	margin:5px 25px 10px 25px;
	padding-bottom: 10px;
}
.sNavWeek dt{font-weight:bold;}
.sNavWeek dd{
	line-height:130%;
	margin-bottom:5px;
}

.sNavMenu a{
	color:#fff;
	margin:0 20px 0 30px;
	font-size:16px;
}
.sNavMenu a:hover{
	color:#ccc;
	padding:0 5px;
}
.sNavBana{
	box-shadow: 1px 2px 3px #eeeeee;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	font-size:90%;
	clear:both;
	margin-bottom:10px;
}

/* サイドナビ部分 */
ul #sNav1 {
	margin-bottom:10px;
}
#sNav1 li{
	float:left;
	list-style-type: none;
	display:inline-block;
}
#sNav1 li a {
	display:block;
	list-style-type: none;
}
#sNav1 li a:hover {
	background-color: transparent;
}
#sNav1 li a:hover img{
	opacity:0.7;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=80 )";
}


/* コンテンツ右カラム部分700px */
#rightColumn{
	width: 700px;
	background:#326AB1;
	float:right;
}

/*右カラムボックス*/
.boxr{
	background-color: #fff;
	width:620px;
	margin:20px 0 0 20px;
	padding:20px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	clear:both;
}

/****************/
/* フッター部分 */
/****************/
#footer {
	clear:both;
	margin:30px 0 -1px 0;
	padding-bottom:2px;
	background-color:#326AB1;
}
#footerbox{
	width:960px;
	margin:0 auto;
}
#pagetop {
	margin-top:-25px;
	float:right;
}
address{
	height:20px;
	font-size:90%;
	padding: 8px 20px 0;
	clear:both;
}
#copyright{
	height:40px;
	font-size:90%;
	padding: 0 20px;
}

/*index*/
/* グローバルナビ部分 */
#headBG1 {
	box-shadow: 0 0 5px 0 #333333;
}
#headBG2 {
	border-bottom:#06F 4px solid;
	height:300px;
	margin-bottom:4px;
	box-shadow: 0 0 20px 0 #aaa;
}
.maintxt{
	margin:0 20px 5px  30px;
	font-size:17px;
	font-weight:bold;
	color:#666666;
}
.main2txt{
	font-size:124%;
	font-weight:bold;
	padding:10px;
	clear:both;
}

.indexAbout{margin:10px 0;} 
.miniBox li{
margin:10px 0 10px 10px;
float:left;
}
.w380{width:380px;}
.w340{width:340px;}
.w280{width:280px; margin-left:20px;}
.w180{width:180px; margin-left:20px;}

ol.flowNumber{
	margin:10px 20px;
	color:#09F;
	clear:both;
}
.flowNumber li{
	padding:10px 20px;
	border-bottom:#39F 1px solid;
}
.list li{
	list-style:disc;
	border-bottom:0px;
	margin:0 20px;
	padding:0;
	color:#000;
}