@charset "UTF-8";


/* 基本設定
 ---------------------------------------------------------------------------- */

/* タグスタイル置換
 ----------------------------------------------------------------- */

body {
	margin: 0; padding: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", 
	Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Vedana, Arial, sans-serif;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;	padding: 0;
}

h1{	font-size: 14px; text-align: left; line-height: 18px; color: purple;}

h2{	font-size: 1.75em; }

h3{	font-size: 1.5em; }

h4{	font-size: 1.25em; }

h5{	font-size: 1em; }

p{ margin: 0 0 12px 0; padding: 0; line-height: 1.6;}

address{
	font-style: normal;
}


em{
	font-style: normal;
	font-weight: bold; color: #666666;
	border-bottom: 1px dashed red;
}

strong{
	font-weight: bold;
	color: navy;
}

/* リンク
 ----------------------------------------------------------------- */
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}

a:hover{
	border-bottom: 1px solid blue;
}

/* 画像
 ----------------------------------------------------------------- */
img {
	vertical-align: bottom;
	border: 0;
}


table{
	border-collapse: collapse;
	border: 2px solid gray;
	margin: 0; padding: 0;
}


tr{
	margin: 0; padding: 0;
}

td, th{
	margin: 0; padding: 0;
	border: 1px solid gray;
}


form{
	text-align: left;
	width: 80%;
}

fieldset{
	padding: 10px 20px;
}

fieldset dd{
	margin-bottom: 28px;
}

/* ブラウザハック（floatを含む親要素に指定）
 ----------------------------------------------------------------- */

.clearfix:after{
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visivility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ボックスレイアウト
 --------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

#header {
	margin: 20px 0px 14px 0px;
}

#header #nav{
	background-color: #fffaf0;
	height: 18px; width: 800px;
}

#header #nav ul{
	margin: 0 0 0 500px; padding: 0;
}


#header #nav li{
	float: left; line-height: 18px;
	list-style-type: none;
	margin: 0; padding: 0 14px;
}


#main {
	text-align: left;
}




#content {
	float: right;
	width: 620px;
}

#content h2{
	margin-bottom: 14px;
}

#content h3{
	margin: 1em 0 0.5em 2em; padding: 0 0.2em; color: forestgreen;
	border-left: 0.5em solid #FF9966; 	
}


#content .section{
	margin-left: 16px;
}

#content .partial{
	padding: 8px 16px; background-color: #FFFaf0;
}

#content table{
	margin: 24px;
}

#content th{
	padding: 4px 8px; text-align: center; background-color: #FFFF99;
	letter-spacing: 0.5em; line-height: 1.4em;
}

#content td{
	padding: 4px 8px;
}

.rowodd{
	background-color: #FFCCFF;
}

.roweven{
	background-color: #99FFCC;
}


#home .lead{	
	padding: 8px;
	width: 280px;
}


#footer {
	margin-top: 40px;
	text-align: center; color: #666666;
}







/* サイドバーレイアウト */
#sidebar {
	float: left;
	text-align: center; margin-top: 4px;
	width: 168px;
}

#sidebar h2{
	text-align: center;	line-height: 36px;
	color: #fafaf0; background-color: green; font-size: 14px;
	margin-bottom: 20px;
}

#sidebar .section{
	border: 1px solid teal; margin-bottom: 24px;
	text-align: left; background-color: #fffaf0;
}

#sidebar h3{
	font-size: 14px;
	margin-left: 10px;
}

#sidebar ul {
	margin: 8px 0px 16px 20px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none; line-height: 1.25em;
	margin-bottom: 4px;
}


.caution{
	font-weight: bold; color: crimson;
}



/* 製品ページ */

#products #content .lead{
	font-size: 18px;
	padding: 4px 24px;
	margin: 0px 0px 30px 0px;
}

.layouttable{
	border: none;
}

.layouttable td{
	border: none;
	text-align: center;
	width: 295px;
}

.layouttable img{
	margin-bottom: 48px;
}

.colors{
	margin-left: 40px; margin-top:12px; margin-bottom: 40px;
}

.pricelist{
	margin-left: 40px; margin-top: 12px; margin-bottom: 24px;
}

.pricelist th{
	padding: 4px 12px;
	text-align: center;
	font-size: 18px;
}

.pricelist td{
	padding: 8px;
	text-align: right;
	font-size: 18px;
}

#products #content .section{
	margin-top: 20px;
}

#products #content .section h2{
	color: #9D62A3; margin-top: 40px;
}

#products #content .section p{
	font-size: 1.25em;
}

#products #content .section ul{
	margin-top: 14px;
}



#products #content .section li{
	line-height: 1.25em; font-size: 1.5em; margin-bottom: 1em;
}

#products #content a:hover{
	border-bottom: none;
}


#products .lightboxgallery{
	margin: 18px 0;
}

#products .lightboxgallery h2{
	margin-bottom: 4px;
	color: red;
}




/* 竹力レイアウト用 */
.tnimg{
	margin: 2px 0px 2px 2px;
}




#content .feature{
	margin: 24px 12px;
	font-size : 16px;
}


fieldset {
	background-image: url(../common/marulogo_dim.gif);
	background-repeat: no-repeat;
	background-position: 370px 70px;
	margin-left: 10px;
}


/* ギャラリー用レイアウト */

p {
	margin: 20px 0px 30px 0px;
}


/* about用レイアウト */

#about #content h2{
	margin: 40px; color: #9D62A3;
}

#about #content dl{
	margin: 20px 0px 30px 80px;
	font-size: 1.5em;
}

#about #content dt{
	font-weight: bold;
}


#about #content dd{
	margin: 8px 0px 30px 40px;
}

