﻿@charset "utf-8";
body {
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(img/bg.gif);
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; /
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 960px;
	margin: 0 auto;
/
}

/* ~~ ヘッダー ~~ */
.header {
	color: #FFF;
}
.header h1{
	margin: 0px;
	font-weight: normal;
}
.header-title{
	font-size: 12px;
	padding: 0.5em;
}

/* ~~ レイアウトに使用するカラムです。~~ 


*/
.sidebar1 {
	float: left;
	width: 330px;
	background: #FFFBC7;
	padding-bottom: 10px;
}
.content {
	padding: 15px;
	width: 600px;
	float: left;
	color: #FFFBC7;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
}

/* ~~ ナビゲーションリスト ~~ */
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 310px;
	text-decoration: none;
	background: #FFFBC7;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #DFCCA1;
	color: #666;
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both;
	background-color: #DFCCA1;
	color: #000;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/*-------------------------------------------------------*/

h1{
	color: #FFF;
	font-size: 24px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 14px;
}

.F01{
	font-size: 80%;
}
.F02{
	font-size: 120%;
}

/*-------------------------------------------------------*/

.list{
	overflow: hidden;
	background: #FFF;
	color: #333;
	padding: 15px 15px 5px;
	margin-bottom: 10px;
}

.list .thumb{
	height: 100px;
	width: 100px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}

.list p,
.list h2{
	float: right;
	width: 450px;
	margin: 0px;
	padding: 0px;
}



/*-------------------------------------------------------*/
.ph1 {
	overflow:hidden;
	clear: both;
	margin: 15px;
}
.ph1 img {
	background:#ccc;
	float: left;
	display:block;
}
.ph2 {
	overflow:hidden;
	float: left;
	margin-right: 16px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.ph2 img {
	background:#ccc;
	display:block;
}
.ph3 {
	overflow:hidden;
	float: left;
	margin-bottom: 15px;
}
.ph3 img {
	background:#ccc;
	display:block;
}

dl {
	padding: 10px;
	background: #FFF;
	clear: both;
	margin: 15px;
}
dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 7.5em;
	color: #FFF;
	border-right: 4px solid #DFCCA1;
	background: #630;
	text-align: center;
}
dl dd {
	margin-bottom: 0.8em;
	margin-left: 7.5em;
	padding-left: 1em;
	background: #EEE;
	color: #630;
}
/*-------------------------------------------------------*/
.Bloc{
	background: #FFF;
	color: #444;
}

.Bloc h1{
	background: #062D61;
	border-left: 5px solid #07287F;
	color: #FFF;
	padding: 0.5em;
}
.Bloc table td{
	padding: 4px 6px;
}
a.tw{
	background: url(img/ico_twitter.png) no-repeat 8px center;
	display:block;
	border:solid 1px #B5D5FF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:0px 0px 0px 1px #B5D5FF;
	-webkit-box-shadow:0px 0px 0px 1px #B5D5FF;
	width: 80px;
	font-size: 11px;
	padding: 0.3em 0.3em 0.3em 38px;
	text-decoration: none;
	color: #09C;
}
