@charset "utf-8";
@import "default.css";
@import "header.css";
@import "footer.css";
/*------------------------------
Title:共用CSS
Last Update:15:56 2008/02/11
-------------------------------*/
/*--------------------------------
	base
--------------------------------*/

body {
	font-weight:normal;
	font-style:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:76%;
	line-height:1.4;
	color:#5a5a5a;
}

a:link,
a:visited {
	color:#5a5a5a;
	text-decoration:none;
}

a:active,
a:hover {
	color:#5a5a5a;
	text-decoration:underline;
}


/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; /*for IE7*/
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */


/*--------------------------------
	base layout
--------------------------------*/

#wrapper{
	width:701px;
	margin:1px 0 0 21px;
}



#left_navi {
	width:171px;
	float:left;
}




/*--------------------------------
	2nd pages base layout
--------------------------------*/

/* コンテンツ
-----------------------------------*/

#contents{
	clear:both;
	width:701px;
	margin-top:4px;
	padding-bottom:4px;
	background:#fff url(../img/share/bg-aside_bottom.gif) no-repeat 0% 100%;
}


#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


#contents_inner {
	width:701px;
	background:url(../img/share/bg-aside.gif) repeat-y 0% 0%;
}

#contents_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*	2カラム用スタイル
---------------------------------------*/
.wide #contents {
	background:none;
}

.wide #contents_inner {
	background:none;
}


#main-contents {
	float:right;
	width:524px;
	padding-left:10px;
	margin:0px;
	background: #ffffff;
}


h3.title {
	margin-bottom:13px;
}

.clr {
	clear: both;
}

/*----------------------------------------
	サイドバー
-----------------------------------------*/
#aside{
	float:left;
	width:167px;
}

#aside h3 {
	width:167px;
	padding:0 0 12px 0;
	vertical-align:bottom;
	background:#fff;
}


ul#local_navi{
	color:#333333;
	padding:8px 0 0 10px;
	background:url(../img/share/bg-aside_top.gif) no-repeat 0% 0%;
}

ul#local_navi {
	margin-top:-4px;
}

ul#local_navi li {
	line-height:2;
}

ul#local_navi li.current {
	color:#6699FF;
}

ul#local_navi ul {
	padding-left:20px;
}

ul#local_navi ul li {
	font-size:85%;
	line-height:1.5;
}


#pic-bar{
	background-color:#FFFFFF;
	padding-top:8px;
}

#pick-bar2 {
	margin-top: -7px;
	width:167px;
}



.top_back {
	font-size:76%;
	padding-top:8px;
	color:#333333;
	text-align:right;
}

#qr_code p.blue_text {
    word-wrap: break-word;
}


/*----------------------------------------
	スマホ用ボタン
-----------------------------------------*/
a#viewMode {
	display: block;
	clear: both;
	width: 701px;
	height: 40px;
	margin-left: 21px;
	text-align: center;
	background: -moz-linear-gradient(top, #AE287F, #95236B);
	background: -webkit-gradient(linear,center top, center bottom, from(#AE287F), to(#95236B));
}

/*----------------------------------------
    yotube
-----------------------------------------*/
#youtube .youtubeBox {
    margin-bottom:8px;
}

