/*ここは消さないで下さい!*/
/* 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: #c8ae60;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Verdana,Arial, Helvetica, sans-serif;
	}

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

/* strongの色 */
strong {font-weight: normal;}


/* 画像の属性 */
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: 820px;
	margin: 0 auto;
	background: url("http://www.onefitness.info/img/base.jpg") repeat-y;
	text-align: center;
}

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

/*ヘッダー*/
#header	{
	margin : 0;
	padding: 0;
	height : 200px;
	text-align: left;
	background: #000 url("http://www.onefitness.info/img/header1.png") no-repeat top left;
	border-bottom: 5px solid #daa520;
}

#header h1{
 	margin-top : 0;
 	margin-bottom: 0;
 	text-indent: -2000px;
}
		
#header h1 a {
 	height:260px;
 	outline: 0;
 	display: block;
 	background: url("http://www.onefitness.info/img/header1.png") no-repeat top left;
 	overflow: hidden;
}

#header h1 a:hover {
 	background: url("http://www.onefitness.info/img/header1.png") no-repeat top left;
}

#header .des {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 700px;
	color: #fff;
	font-size: 11px;
	text-align: left;
        
}

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

/*コンテンツ*/
#content {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}
				
#content h2	{
	margin: 10px 0 0 0;
	font-size: 128%;
	color: #410000;
	font-weight: bold;
	line-height: 220%;
	background: url("http://www.onefitness.info/img/h2.png") no-repeat top left;
padding-left:60px;
}

#content h3 {
	margin: 10px 0 0 0;
	display: block;
	font-size:14px;
	font-weight: bold;
	color : #d2691e;
	line-height: 200%;
	text-align: left;
        background: url("http://www.onefitness.info/img/h3.png") no-repeat top left;
height:40px;
padding-left:50px;
}

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

#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}

/*問合わせボタン*/
.toiawase a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://www.onefitness.info/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://www.onefitness.info/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://www.onefitness.info/img/button13.gif") no-repeat top left;
	display: block;
 	outline: 0;
}


/*記事枠*/
#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://www.onefitness.info/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: 50px;
	color: #FFF;
	padding: 0;
	background: #daa520;
	}
	
#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: #800000;text-decoration: underline;}
#footer a:hover {color:#FF3300;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;
}

/* テキスト */
.style1 {
color: #000099;
font-weight: bold;
font-size:14px;
}

.style2 {
color: #000000;
font-weight: bold;
font-size:14px;
}

.style3 {
color: #cc0000;
font-weight: bold;
font-size:14px;
}

.yellow{background:#ffff00; font-size: 14px;}

.title{
background: url("http://www.onefitness.info/img/title.jpg") no-repeat top left;
color:#ffb700;
font-size:14px;
height:30px;
padding-left:160px;
font-weight:bold;
}

.title2{
background: url("http://www.onefitness.info/img/title2.jpg") no-repeat top left;
color:#ffb700;
font-size:14px;
height:30px;
padding-left:160px;
font-weight:bold;
}

.title3{
background: url("http://www.onefitness.info/img/title3.jpg") no-repeat top left;
color:#ffb700;
font-size:14px;
height:30px;
padding-left:160px;
font-weight:bold;
}

/*テーブル*/
table {
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
border-collapse:collapse;
font-size:14px;
}

caption {
text-align:left;
padding-bottom:8px;
font-size:14px;
font-weight:bold;
color:#fff;
}
td,
th {
padding:5px;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
text-align:left;
}

th {
background:#1b395b;
color:#cccccc;
padding-left:15px;
}

.no-border table, 
.no-border tr, 
.no-border td,
.no-border th{
 border-style: none;
}
.gazou{
background:#FAFBF4;
text-align:center;
}
.kaisetu{
color:#333333;
text-align:left;
font-size:12px;
}
/*応募*/
.oubo{
background: url("http://www.onefitness.info/img/oubo.png") no-repeat top left;
color:#410000;
font-size:16px;
height:40px;
padding-left:70px;
font-weight:bold;
}
.oubo2{
background:#FAFBF4;
color:#410000;
font-size:16px;
height:30px;
font-weight:bold;
text-align:center;
}

.oubo3{
background:#FAFBF4;
color:#410000;
font-size:16px;
height:30px;
font-weight:bold;
text-align:center;
}
.oubo4{
background:#410000;
color:#ffffff;
font-size:16px;
height:30px;
font-weight:bold;
text-align:center;
}