﻿/*

Theme Name:SOUYOUKEN
Theme URI:http://www.www.www/
Description:SOUYOUKEN THEME WP.
Author:Actindi

*/

@import url(head.css);
@import url(common_style.css);
@import url(submenu_l.css);
@import url(cat_title.css);

@charset "utf-8";

* {
		margin:0;
		padding:0;
		list-style:none;
		font-size:100%;
		border:none;
	}
	
img {
		vertical-align:top;
	}
	
body,form,fieldset { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,li { margin:0; padding:0;}
fieldset { border:none; }
blockquote,dt,dd { margin-left:1em; }
li { list-style:none; }
input,textarea { font-size:1em; }

body {
		font-family:arial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		background-image:url(img/body_bg.gif);
		background-repeat:repeat-x;
	}

#wrapper {
		width:930px;
		margin:auto;
	}

#head_frame {
		position:relative;
		float:left;
		width:930px;
		height:100px;
	}

#head_Space {
		position:relative;
		float:left;
		width:930px;
		height:15px;
	}

#top_pict {
		margin:0 0 0 0;
		clear:both;
	}

#content_frame {
		clear:both;
		width:930px;
		margin:15px 0 0 0;
	}
	
#content_indexleft {
		float:left;
		display:inline;
		width:210px;
		margin:0 25px 0 0;
	}

#content_indexleft img {
	margin:0 0 8px 0;
	}

#content_indexcenter {
		width:520px;
		margin:0 0 0 0;
		float:left;
	}
	
#content_indexcenter .title {
		width:520px;
		height:20px;
		background-image:url(img/index_news_title.jpg);
		background-repeat:no-repeat;
		margin-bottom:15px;
	}
	
#content_indexcenter .rss{
		float:left;
		background-image:url(img/rss.gif);
		background-repeat:no-repeat;
		margin-left:10px;
		text-indent:18px;
		font-size:10px;
		}

#content_indexcenter .rss_pos{
			padding:5px 0 0 300px;
		}
		
#content_indexcenter .chip {
	float:left;
	margin-right:10px;
	}

#content_indexcenter li{
		border-bottom:dotted 1px #CCCCCC;
		line-height:150%;
		margin-bottom:10px;
		font-size:12px;
		padding-bottom:3px;
		}

#content_indexright {
		width:150px;
		float:right;
	}


	
#content_indexright ul {
	background-color:#EEEEEE;
	padding-bottom:10px;
	font-size:11px;
	line-height:200%;
	margin-bottom:20px;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	}
	
#content_indexright li {
	margin:0 0 0 10px;
	}

#footer {
		clear:both;
		width:930px;
		height:30px;
		background-image:url(img/footer_bg.gif);
		background-repeat:no-repeat;
	}

#footer .privacy_pos{
	margin:8px 0 20px 8px;
	}

.img_right { float:right; }
