/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	margin : 0;
	text-align: center;
	color:#333;
	font-size: 14px;
	line-height: 150%;
	background: #fff;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}



/* 画像の属性 */
img {border: none; margin: 0;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #0033FF;text-decoration: underline;}
a:hover {color:#FF3300;text-decoration: none;}

/* 基本設定*/
#base{
	width: 720px;
	margin: 0 auto;
	background: url("http://takeo-od.net/img/base.gif") repeat-y;
	text-align: center;
}

#wrapper{
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

/*ヘッダー*/
#header	{
	margin : 0;
	padding: 0;
	height : 250px;
	text-align: left;	
	background: url("http://takeo-od.net/img/header.jpg") no-repeat top left;
	border-bottom: 5px solid #54b1ca;
}

#header h1 {
	position: absolute;
	top : 3px;
	left: 15px;
	color: #FFF;
	font-size: 8.5px;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
}

#header .des {
	position: absolute;
	left: 15px;
	top: 125px;
	color: #CCC;
	font-size: 12px;
	text-align: left;
}

/*  パンくずリスト  */
.navi {
	margin : 0;
	font-size: 10px;
	color:#666;
}

/*コンテンツ*/
#content {
	margin: 0 auto;
	width: 640px;
	text-align: left;
}
				
#content h2	{
	margin: 10px 0 0 0;
	padding: 2px 2px 2px 10px;
	font-size: 128%;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	background-color: #0195C5;
}

#content h3 {
	margin: 10px 0 0 0;
	display: block;
	font-size:108%;
	font-weight: bold;
	color : #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
}

#content h4	{
	margin: 10px 0 0 0;
	font-size: 117%;
	color: #FF0000;
	font-weight: bold;
	line-height: 150%;
}

/*問合わせボタン*/
.toiawase a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://takeo-od.net/img/button11.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

/*詳細ボタン*/
.shousai a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://takeo-od.net/img/button12.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

/*購入ボタン*/
.kounyu a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://takeo-od.net/img/button13.gif") no-repeat top left;
	display: block;
 	outline: 0;
}


/*記事枠*/

#content .info{
	text-align: center;
}

#content .doc{
	margin: 10px 10px 15px 10px;
	text-align: left;
	line-height: 150%;
}

#content .doc p{
	padding: 5px 0;
}


#content  ul{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height:120%;
	list-style-image : url("http://takeo-od.net/img/list.gif");
}

#content  li{
	margin-left:15px;
}


#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*フッター*/
#footer{
	clear: both;
	margin: 0;
	height: 90px;
	color: #FFF;
	padding: 0;
	background: #54b1ca;
	}
	
#footer p{
	margin: 0;
	padding: 13px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}

#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: underline;}
#footer a:hover {color:#FFF;text-decoration: none;}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px;
	text-align: left;
}
/*表のデザイン----------------------------------------------*/
table{
	border: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	padding: 0.8em;
	border: 1px solid #666;
}

th{
	width: 28%;
	font-weight: bold;
}
.hyou {
	width: 550px;
	margin-top: 20px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
}
.hyou_kakaku {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 12px;
	padding: 3px;
}

.hyou_title {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.hyou_honbun {
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	line-height: 150%;
	padding: 5px;
}
.hyou_icon {
	background-color: #FFCC99;
	text-align: center;
	vertical-align: middle;
	width: 116px;
	height: 12px;
	padding: 3px;
}
.hyou_syousai {
	clear: both;
	float: left;
	width: auto;
	padding-bottom: 3px;
}
.hyou .hyou_img {
	padding: 5px;
	width: 150px;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.hyou_honbun_red {
	font-size: 1em;
	text-align: justify;
	vertical-align: top;
	line-height: 1.4em;
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	color: #CC6600;
}
.hyou_honbun_kutikomi{
	font-size: 16px;
	text-align: justify;
	vertical-align: top;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.fl-r{ float:right; margin-left: 20px; }/*右寄せ*/
.fl-l{ float:left; margin-right: 20px; }/*左寄せ*/
.fl-c{
	clear: both;
	margin-top: 20px;/*上に20pxのマージンをとる*/
}


/*「clearfix」でfloatを使った際のエリアが重なるバグを解除*/
.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
.clearfix{ display: inline-block; }

* html .clearfix{ height: 1%; };
.clearfix{
	display: block;
}

/*------------------------------------------------------------
7、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #008000!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/

.b{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }

.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }
.small{ font-size: 80%!important; }
.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }
