@charset "UTF-8";

/* ====================

1.Reset CSS
2.Base CSS
3.Global
4.Structure
5.Header
6.Side_column
7.Main_column
8.Footer

==================== */


/* 1.Reset CSS 
-------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}

table{
	border-collapse: collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:bold;
	font-style:normal;
}

ol,ul{
	list-style:none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}

q:before,q:after{
	content:'';
}

abbr,acronym{
	border:0;
}


/* 2.Base CSS
-------------------- */

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym
 {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}


/* 3.Global
-------------------- */

body {
	text-align: center;
	font: 100%/1.5em Verdana, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	background-image: url(http://www.avolkswagenpart.com/DMM-FX/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a,a:link,a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover,a:active {
	color: #0000FF;
	text-decoration: underline;
}

strong {
                color: #FF3300;
}

.f_big {
                font-weight: bold;
                font-size: 124%;
}

.center {
                text-align: center;
                margin-bottom: 0.8em;
}

/* 4.Structure
-------------------- */

#wrapper {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

#header {
	width: 100%;
	height: 130px;
	position: relative;
}

#container {
	width: 100%;
	float: left;
}

#right_col {
	width: 170px;
	float: right;
}

#left_col {
	width: 670px;
	float: left;
}

#primary {
	width: 480px;
	float: right;
}

#secondary {
	width: 170px;
	float: left;
}

#footer {
	width: 100%;
	clear: both;
}


/* 5.Header
-------------------- */

#header h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 70%;
	text-align: right;
}

#site_description {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 20px;
	position: absolute;
	top: 85px;
	left: 0;
	font-size: 80%;
	font-weight: normal;
}

#site_title {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 30px;
	position: absolute;
	top: 25px;
	left: 0;
	font-size: 138.5%;
	font-weight: bold;
}

#site_title a {
	text-decoration: none;
	color: #333333;
}

/* 6.Side_column
-------------------- */

.sub_box {
	margin: 0 0 15px;
	border: 1px solid #666666;
	text-align: left;
}

.sub_box h2 {
	margin: 0;
	padding: 6px 10px;
	line-height: 13px;
	background: url(http://www.avolkswagenpart.com/DMM-FX/images/h2_sub.gif) top left repeat-x;
	border-bottom: 2px solid #006600;
	font-size: 77%;
}

.sub_box_green {
	margin: 0 0 15px;
	border: 1px solid #666666;
	text-align: left;
}

.sub_box_green h2 {
	margin: 0;
	padding: 6px 10px;
	line-height: 13px;
	border-bottom: 2px solid #006600;
	font-size: 77%;
}

.center_box {
                text-align: center;
                padding: 5px;
                font-size: 70%;
                line-height: 130%;
}

.left_box {
                text-align: left;
                padding: 5px;
                font-size: 70%;
                line-height: 130%;
}

.star {
                color: #FF0000;
                font-size: 80%;
                margin-bottom: 1em;
}
ul.sub_menu {
	margin: 0 0 0 2em;
	padding: 5px 0;
	font-size: 64%;
}

ul.sub_menu li {
	line-height: 1.3em;
}


/* 7.Main_column
-------------------- */

.post {
	margin: 0 0 15px;
	border: 1px solid #006600;
}

h2.post_header {
	margin: 0;
	padding: 8px 10px;
	line-height: 14px;
	border-bottom: 1px solid #006600;
	font-size: 86%;
	background-image: url(http://www.avolkswagenpart.com/DMM-FX/images/h2_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
                color: #FFFFFF;
}

h2.post_header a {
                color: #FFFFFF;
                text-decoration: none;
}

.post_content {
	margin: 0;
	padding: 15px 10px 5px;
	font-size: 75%;
                line-height: 1.5em;
}

.post_content h2 {
	margin-bottom: 1em;
	padding: 3px 8px;
	border-left: 5px solid #4EC346;
}

.post_content h3 {
	margin-bottom: 1em;
	padding: 3px 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.post_content {
                margin-bottom: 2em;
}
.post_content ul {
	margin: 0 0 1em 2em;
}

.post_footer {
	margin: 0;
	padding: 5px;
	line-height: 1em;
	text-align: right;
	background: #EEEEEE;
	border-top: 1px solid #006600;
	font-size: 65%;
}

.main_footer {
	margin: 0 0 15px;
	border: 1px solid #9FB7D4;
}

.main_footer h2 {
	margin: 0;
	padding: 8px 10px;
	line-height: 14px;
	background: url(http://www.avolkswagenpart.com/DMM-FX/images/main_h2.gif) 0 -30px repeat-x;
	border-bottom: 1px solid #9FB7D4;
	font-size: 93%;
}

.main_footer .post_footer {
	text-align: left;
	background: #E9EEF5;
	border-top: 1px solid #9FB7D4;
}

.btm_navi {
                font-size: 80%;
                padding: 10px;
                background: #F8F8F8;
                border: 1px solid #DADADA;
                margin-bottom: 20px;
                text-align: center;
}

/* 8.Footer
-------------------- */

#footer {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	font-size: 70%;
}

/* 9.Comment
-------------------- */

/* 入力フォーム */
#comment_form dd {
	margin: 0 0 10px 0;
}

#comment_form textarea {
	padding: 5px 3px;
	width: 90%;
	overflow: auto;
}

/* クッキー保存 */
#comment_form #cookie {
	padding: 0 30px 5px;
}

#comment_form #cookie li {
	display: block;
	padding: 5px 0;
}

/* 内容送信・確認 */
#comment_form ul {
	padding: 0 30px;

}

#comment_form li  {
	display: inline;
}

#comment_form li input {

}

#comment_input li input#comment-preview {
	margin: 0;
}

#comment_input li input#comment-post {
	margin: 0;
}

#conts #comment_form .attention {
	margin: 15px 0;
	padding: 5px 30px;
	border: dashed 2px #3399FF;
}

/*--------------------------------------
　コメント受付・エラー
---------------------------------------*/
#comment_pending #conts p, #comment_error #conts p {
	line-height: 1.5;
}

#comment_pending #conts p, #comment_error #conts p {
}

#comment_pending p, #comment_error p, #dynamic_pages_error p {
	padding: 0 30px 5px;
	line-height: 1.5;
}

#dynamic_pages_error p {
	margin: 0 35px;
}


.comment_data {
                font-size: 80%;
                border-top: 1px dotted #CCCCCC;
                border-bottom: 1px solid #CCCCCC;
                margin-bottom: 15px;
}