/*  
Theme Name: FlatWhite
Theme URI: http: //detlog.org/
Description: 練習用として使えるシンプルなテーマ
Version: 2.0
Author: Naoko McCracken
Author URI: http: //detlog.org/

The "silk" icons used in this theme were created by Mark James. (http: //www.famfamfam.com/lab/icons/silk/)
このテーマで使われているアイコンは、マーク・ジェームズ氏による「silk」アイコンです。
*/

/* =====
ユニバーサルリセット
===== */

*{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	font-style:normal;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height:1.7;
}



/* =====
全体のレイアウト
===== */
body{
	font-size:75%;
	color:#333;
	font-weight:normal;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	margin:auto;
	background-image:url(../../../../images/bg.png);
	background-repeat:repeat-x;
	background-color:#eed78f;
	
}
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
#content_main {
	float: left;
	width: 715px;
	margin-bottom: 2em;
	margin-left:10px;
	background-color:#FFFFFF;
}
#content{
	margin-bottom: 2em;
}
#content:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#content_left_area{
	width:530px;
	float:left;
}
#sidebar {
	float: right;
	width:150px;
	margin: 0px 0px 2em 0;
	padding:5px;
}
#header {
	margin-bottom: 25px;
	height:140px;
}


/* =====
ヘッダー
===== */
.explanation{
	font-size:10px;
	color:#eee;
	text-align:right;
	padding:0 5px 0 0;
}
h1{
	float:left;
	text-indent:-9999px;
	margin:0 0 20px 0;
}
#h1_top{
	float:left;
	text-indent:-9999px;
	margin:0 0 4px 0;
}
h1 a{
	display:block;
	width:237px;
	height:122px;
	margin:5px 0 0 0;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
* html h1 a{
behavior: expression(IEPNGFIX.fix(this));
}
#tell{
	float:right;
	padding-right:5px;
	background-image:url(images/tell.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:373px;
	height:86px;
}
* html #tell{
behavior: expression(IEPNGFIX.fix(this));
}
/* navi /////////////////////////*/

#navi li{
	clear:right;
	float:left;
	margin:0 0 10px 0;
}
#navi #home_navi{
	width:122px;
	height:46px;
}
#navi #about_navi{
	width:122px;
	height:46px;
}
#navi #products_navi{
	width:123px;
	height:46px;	
}

#navi #work_navi{
	width:129px;
	height:46px;
}

#navi #access_navi{
	width:117px;
	height:46px;
}
#navi #access_navi a{
	display:block;
	width:117px;
	height:51px;
	background-image:url(images/access_off.png);
	background-repeat:no-repeat;
}
#navi #contacts_navi{
	width:126px;
	height:46px;
}
#navi #contacts_navi a{
	display:block;
	width:126px;
	height:51px;
	background-image:url(images/contacts_off.png);
	background-repeat:no-repeat;
}

/* END Header ////////////////////////////////////////////////////////////*/



/*タイトル*/

#title_news{
	background-image:url(../../../../images/title_bg_news.png);
	background-repeat:no-repeat;
	height:87px;
	text-indent:-9999px;
	margin:5px 0 0 233px;
}

h2, h3 {
	margin-bottom: 0.1em;
}

h2.entrytitle {
	font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック";
	font-size: 1.3em;
	font-weight:bold;
	color:#FF0000;
	border-bottom:1px solid #ccc;
}
h3.entrydate {
	color: #6F6F6F;
	font-size:1em;
}
#sidebar h2 {
	color: #000033;
	font-size: 1.2em;
	margin-top: 5px;
	font-weight:bold;
}

/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom: 1.5em;
	padding: 5px 0px 0 0px;
	margin:0 0px 0 30px;
	border-bottom:1px solid #ccc;
	
}
.entrybody {
	margin: 0 0 1.5em 0;
	line-height: 1.6;
}
.entrybody p {
	
}
blockquote {
	padding-left: 3em;
}
.entrybody ul, .entrybody ol{
	margin-left: 15px;
}
ul.entrymeta li {
	font-size: 0.95em;
	line-height: 2.0;
	display: inline;
}
.postedby {
	background: url(images/pencil.gif) no-repeat;
	padding: 5px;
	padding-left: 20px;
}
.filedto {
	background: url(images/icon_nikoniko.jpg) no-repeat;
	padding: 3px;
	padding-left: 25px;
}
.commentslink {
	background: url(images/comments.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 4px 10px 10px 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.84em;
	padding: 4px 5px;
}

/* =====
サイドバー
===== */
div#sidebar p {
	font-size: 1em;
}
div#sidebar li {
	list-style-type: none;
}
div#sidebar li li {
	padding: 0 0 0.2em 15px;
	background: url(images/icon_category.gif) no-repeat 0 1px;
}

/* =====
コメント
===== */
#comments {
	padding: 5px 0;
	clear: both;
	margin:0 0px 0 30px;
}
#comments h3 {
	font-size: 1.5em;
	margin: 15px 0 8px 0;
}
#comments p {
	padding-bottom: 1em;
}
.commentauthor {
	display: block;
	font-size: 1.5em;
}
ol.commentlist {
	color: #777;
	list-style-type: none;
}
.commentlist li {
	margin-bottom: 8px;
	padding: 10px;
	background: #F0F8FC;
	border: 1px dotted #D1D1D1;
}
.commentlist li.alt {
	background: #F3F3F3;
	border: 1px dotted #D1D1D1;
}
.commentlist li img {
	background: #FFF;
	border: 1px dotted #D1D1D1;
	padding: 0.5em;
	float: left;
	margin-right: 8px;
}
.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .commentmetadata {
	font-size: 0.9em;
	padding-bottom: 1em;
}
.commentlist .commentmetadata a {
	color: #94541A
}#comments textarea {
	width: 538px;
	font-size: 1em;
}
#comments input {
	width: 160px;
	font-size: 1em;
	line-height: 2em;
	border:1px solid #999;
}
#comments input#submit {
	width: 9em;
	font-size: 1.2em;
	border: 1px outset #eee;
	background: #efefef;
}
#comments input#trackbackurl {
	width: 538px;
	color: #555;
}
#comments p.alignright {
	text-align: right;
	float: none;
}

/* =====
リンク
===== */
a {
	color:#dd0000;
	text-decoration: none;
}
a:hover {
	color:#0033FF;
}
h2.entrytitle a {
	color: #111;
	font-weight:bold;
}
h2.entrytitle a:hover {
	color:#dd0000;
	font-weight:bold;
}

/* =====
各種ブラウザ対応のためのコード
===== */
/* Mac IE 5 文字化け回避対策 */
input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

/* Footer //////////////////////////////////////////////////////////////////*/

#footer{
	clear:both;
	background-image:url(../../../../images/bg_footer.png);
	background-repeat:repeat-x;
	height:149px;
}
#footer_contents{
	width:980px;
	height:67px;
	margin:auto;
	background-image:url(../../../../images/bg_footer_contents.png);
	background-repeat:no-repeat;
}
#footer_w{
	width:980px;
	margin:auto;
}
*html #footer_contents{
	width:353px;
	height:67px;
	float:left;
	background-image:url(../../../../images/bg_footer_contents.png);
	background-repeat:no-repeat;
	behavior:expression(IEPNGFIX.fix(this));
}
address{
	color:#fff;
	padding:20px 0 0 27px;
}
#footer_contents ul{
	padding:0 0 0 27px;
}
#footer_contents li{
	float:left;
	padding:0 0px 0 0;
	color:#ffe600;
	font-size:small;
}


/* Left area //////////////////////////////////////////////////////////////*/

#left_area{
	width:230px;
	float:left;
	padding:6px 0 0 0;
}
*html #left_area{
	clear:left;
	width:230px;
	float:left;
	padding:13px 0 0 0;
}
/* 会員ログイン画像 //////////*/
#member_top{
	width:222px;
	height:45px;
	background-image:url(images/left_member_top.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#member_id{
	width:222px;
	height:25px;
	background-image:url(images/member_id.png);
	background-repeat:no-repeat;
	padding:4px 0 0 60px;
}

#member_pw{
	width:222px;
	height:25px;
	background-image:url(images/memer_pw.png);
	background-repeat:no-repeat;
	padding:0 0 0 60px;
}
#member_login{
	width:222px;
	height:19px;
	background-image:url(images/member_login.png);
	background-repeat:no-repeat;
	padding: 4px 0 0 125px;
	
}
#member_login a{

}
*html #member_login a{

}

*html #member_login{
	width:222px;
	height:19px;
	background-repeat:no-repeat;
	padding: 4px 0 0 133px;
}


#member_under{
	width:222px;
	height:37px;
	background-image:url(../images/member_under.png);
	background-repeat:no-repeat;
	padding:5px 0 0 35px;
	font-size:0.9em;
	color:#ffe600;
}
*html #member_under{
	width:222px;
	height:37px;
	background-image:url(../images/member_under.png);
	background-repeat:no-repeat;
	padding:0 0 0 55px;
	font-size:0.9em;
	color:#ffe600;
}
#member_under :link, #member_under :visited{
	color:#FFF;
	text-decoration:none;
}

/* Menber コンテンツ　//////////////////////////////////////*/
#menber_top{
	width:222px;
	height:45px;
	background-image:url(images/left_member_top.png);
	background-repeat:no-repeat;
	/*padding:20px 4px 3px 69px;*/
}
#menber_top img{
	border: none;
}

#menber_top p{
	padding:20px 4px 3px 69px;
	
}

#menber01 a{
	width:222px;
	height:72px;
	text-indent:-9999px;
	background-image:url(images/left_shop_bt.png);
	background-repeat:no-repeat;
	display:block;
}


#menber02 a{
	width:222px;
	height:52px;
	text-indent:-9999px;
	background-image:url(images/left_menber02.jpg);
	background-repeat:no-repeat;
	display:block;
}
#menber02 a:hover{
	width:222px;
	height:52px;
	text-indent:-9999px;
	
	background-repeat:no-repeat;
	display:block;
}
#menber03 a{
	width:222px;
	height:52px;
	text-indent:-9999px;
	background-image:url(images/left_menber03.jpg);
	background-repeat:no-repeat;
	display:block;
}
#menber03 a:hover{
	width:222px;
	height:52px;
	text-indent:-9999px;
	
	background-repeat:no-repeat;
	display:block;
}
#menber04 a{
	width:222px;
	height:57px;
	text-indent:-9999px;
	background-image:url(images/left_menber04.jpg);
	background-repeat:no-repeat;
	display:block;
}
#menber04 a:hover{
	width:222px;
	height:57px;
	text-indent:-9999px;
	
	background-repeat:no-repeat;
	display:block;
}



/* /////////////////////////////////////////////////////////*/



#recommend_top{
	width:222px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/left_products_top.jpg);
	background-repeat:no-repeat;
	
}
#recommend01 a{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_01.jpg);
	background-repeat:no-repeat;
	display:block;
}
#recommend01 a:hover{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_01.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0px -34px;
}

#recommend02 a{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_02.jpg);
	background-repeat:no-repeat;
	display:block;
}
#recommend02 a:hover{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_02.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0px -34px;
}
#recommend03 a{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_03.jpg);
	background-repeat:no-repeat;
	display:block;
}
#recommend03 a:hover{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_03.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0px -34px;
}
#recommend04 a{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_04.jpg);
	background-repeat:no-repeat;
	display:block;
}
#recommend04 a:hover{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_04.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0px -34px;
}
#recommend05 a{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_05.jpg);
	background-repeat:no-repeat;
	display:block;
}
#recommend05 a:hover{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_05.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0px -34px;
}
#recommend06 a{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_06_off.jpg);
	background-repeat:no-repeat;
	display:block;
}
#recommend06 a:hover{
	width:222px;
	height:34px;
	text-indent:-9999px;
	background-image:url(images/left_products_06_on.jpg);
	background-repeat:no-repeat;
	display:block;
}

/* HOWTO //////////////////////////////*/

#stytem{
	width:220px;
	height:85px;
	text-indent:-9999px;
	background-image:url(images/howto_top.jpg);
	background-repeat:no-repeat;
}
.stytem_middle01 a{
	text-indent:-9999px;
}
.stytem_middle01 a{
	display:block;
	width:220px;
	height:33px;
	background-image:url(images/howto01_off.jpg);
	background-repeat:no-repeat;
}
.stytem_middle01 a:hover{
	display:block;
	width:220px;
	height:33px;
	background-position:0px -34px;
}
.stytem_middle02 a{
	text-indent:-9999px;
}
.stytem_middle02 a{
	display:block;
	width:220px;
	height:33px;
	background-image:url(images/howto02_off.jpg);
	background-repeat:no-repeat;
}
.stytem_middle02 a:hover{
	display:block;
	width:220px;
	height:33px;
	background-position:0px -34px;
}

.stytem_middle03 a{
	text-indent:-9999px;
}
.stytem_middle03 a{
	display:block;
	width:220px;
	height:33px;
	background-image:url(images/howto03_off.jpg);
	background-repeat:no-repeat;
}
.stytem_middle03 a:hover{
	display:block;
	width:220px;
	height:33px;
	background-position:0px -34px;
}

.stytem_middle04 a{
	text-indent:-9999px;
}
.stytem_middle04 a{
	display:block;
	width:220px;
	height:33px;
	background-image:url(images/howto04_off.jpg);
	background-repeat:no-repeat;
}
.stytem_middle04 a:hover{
	display:block;
	width:220px;
	height:33px;
	background-position:0px -34px;
}

.stytem_middle05 a{
	text-indent:-9999px;
}
.stytem_middle05 a{
	display:block;
	width:220px;
	height:33px;
	background-image:url(images/howto05_off.jpg);
	background-repeat:no-repeat;
}
.stytem_middle05 a:hover{
	display:block;
	width:220px;
	height:33px;
	background-position:0px -34px;
}
#stytem_under{
	width:220px;
	height:24px;
	background-image:url(images/howto_under.jpg);
	background-repeat:no-repeat;
	
}

/* /////////////////////////////////////////////////////////*/

.pt5{
	padding:5px 0 0 0;
}
.pt10{
	padding:10px 0 0 0;
}

/* pankuzu /////////////////////////////////////////////////*/

#pankuzu{
	clear:both;
	margin:0 0 0 0;
	padding:2px 0 7px 10px;
	width:955px;
	height:1.2em;
	background-color:#15293b;
	color:#FFF;
	font-size:0.9em;
	border-bottom:5px solid #ae2a1b;
}
#pankuzu a:link{
	color:#FFF;
	text-decoration:none;
}
#pankuzu a:hover{
	text-decoration:underline;
}
#pankuzu a:visited{
	color:#FFF;
	text-decoration:none;
}
*html #pankuzu{
	clear:both;
	margin:0 0 0 0;
	padding:2px 0 0px 10px;
	width:955px;
	height:1.2em;
	background-color:#15293b;
	color:#FFF;
	font-size:0.9em;
	border-bottom:5px solid #ae2a1b;
}

/* Pagetop /////////////////////////////////////////////////*/


.pagetop_top{
	float:right;
	padding:10px 10px 10px 0;
}
.pagetop{
	float:right;
	padding:10px 0 10px 0;
}
.pagetop_work{
	float:right;
	padding:10px 15px 10px 0;
}
.pagetop_about{
	float:right;
	padding:10px 20px 10px 0;
}
hr{
	clear:both;
	margin:0 0 20px 30px;
	width:672px;
	color:#333;
	border:#444 dotted 1px;
}





