/*  
Theme Name: ３カラム
Theme URI: http://www.askgraphics.com/
Description: Widget ready theme with two sidebars.
Version: 1.0
Author: 256design
Author URI: http://www.256design.jp/

*/

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td { 
	margin: 0;
	padding: 0;
}

body{
	padding:0px;
	margin:0px;
	font-family: sans-serif;
}
p {
	margin: 0.6em 0;
	line-height: 150%;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
img {
	border: 0px none #FFFFFF;
}
.clear {
	clear: both;
	margin: 0;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/bg_0.png);
	background-repeat: repeat-y;
}
#container-blog {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/bg_1.png);
	background-repeat: repeat-y;
}

/***** ヘッダー *****/
#header {
	width: 950px;
	height: 142px;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0px;
}
#header h1 img {
	position: relative;
	top: 14px;
	border: 0px none #FFFFFF;
}
#header p.description {
	position: relative;
	top: 23px;
	font-size: 0.75em;
	color: #444444;
	margin: 0;
	padding: 0 20px;
}

/***** ナビゲーション *****/
#navi {
	position: relative;
	z-index: 2;
}
#navi div.menu {
	height: 48px;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
}
#navi div.menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#navi div.menu ul li {
	float: left;
	position: relative;
	width: 129px;
	height: 48px;
	margin-right: 1px;
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
}
	#navi div.menu ul li table {
		border-collapse: collapse;
		border: none;
		font-size: 90%;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
#navi div.menu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 48px;
	left: 0px;
	width: 129px;
	height: 0;
	margin: 0px;
	padding: 0px;
}
	#navi div.menu ul li ul li {
		margin-bottom: 0;
		width: 129px;
		height: 30px;
	}

#navi div.menu ul li a {
	font-family: verdana, sans-serif;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 48px;
	line-height: 48px;
}
#navi div.menu ul li ul li a {
	font-family: verdana, sans-serif;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}

#navi div.menu ul li a:hover {
	position: relative;
}

#navi div.menu ul li:hover ul ,
#navi div.menu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 99999;
}

#navi div.menu li.event a:hover { background: url(images/img_menu_event.png) left top no-repeat; }
#navi div.menu li.company a:hover { background: url(images/img_menu_company.png) left top no-repeat; }
#navi div.menu li.blog a:hover { background: url(images/img_menu_blog.png) left top no-repeat; }
#navi div.menu li.guide a:hover { background: url(images/img_menu_guide.png) left top no-repeat; }
#navi div.menu li.contact a:hover { background: url(images/img_menu_contact.png) left top no-repeat; }
#navi div.menu li.recruit a:hover { background: url(images/img_menu_recruit.png) left top no-repeat; }
/* サブメニュー マウスオーバー */
#navi div.menu li.works-home a:hover { background: url(images/img_menu_works_home.png) left top no-repeat; }
#navi div.menu li.works-tenpo a:hover { background: url(images/img_menu_works_tenpo.png) left top no-repeat; }
#navi div.menu li.concept a:hover { background: url(images/img_menu_guide_concept.png) left top no-repeat; }
#navi div.menu li.schedule a:hover { background: url(images/img_menu_guide_schedule.png) left top no-repeat; }
#navi div.menu li.cosmohomesstyle a:hover { background: url(images/img_menu_guide_cosmohomesstyle.png) left top no-repeat; }
#navi div.menu li.expression a:hover { background: url(images/img_menu_company_expression.png) left top no-repeat; }
#navi div.menu li.about a:hover { background: url(images/img_menu_company_about.png) left top no-repeat; }
#navi div.menu li.shacho a:hover { background: url(images/img_menu_company_shacho.png) left top no-repeat; }
#navi div.menu li.staff a:hover { background: url(images/img_menu_company_staff.png) left top no-repeat; }
/* サブメニュー */
#navi div.menu li.guide ul { background: url(images/bg_menu_guide.png) left top no-repeat; }
#navi div.menu li.works ul { background: url(images/bg_menu_works.png) left top no-repeat; }
#navi div.menu li.company ul { background: url(images/bg_menu_company.png) left top no-repeat; }



/**********************************************************************************

	トップスライド

***********************************************************************************/
#slide {
	position: relative;
	z-index: 1;
}



/**********************************************************************************

	サイドバー

***********************************************************************************/
#sidebar {
	float: left;
	width: 200px;
	padding-bottom: 30px;
}
#sidebar #blogmenu {
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar #blogmenu h2 {
	font-size: 12px;
	color: #333333;
}
#sidebar #blogmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar #blogmenu li {
	font-size: 10px;
	color: #666666;
	margin-left: 10px;
}
/* RSS */
#sidebar #blogmenu #rss p {
	font-size: 16px;
	line-height: 16px;
}
/* カレンダー */
#sidebar #calendar {
	font-size: 12px;
}

/**********************************************************************************

	ＰＲ

***********************************************************************************/
#pr {
	float: left;
	width: 190px;
	padding: 0 10px 30px 10px;
}
#pr #recruit {
	margin-left: 15px;
}
#pr #recruit h2 {
	font-size: 12px;
	line-height: 12px;
	color: #333333;
}
#pr #recruit p {
	font-size: 10px;
	line-height: 150%;
	color: #333333;
	margin-right: 15px;
}
#pr #works {
	margin-left: 15px;
}
#pr #works h2 {
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	padding: 0px;
	margin-bottom: 0px;
}
#pr #works img {
	border: 6px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 5px;
}
#pr #works p {
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
}


/* イベント情報 */
#pr div.event {
}
#pr div.event h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_event.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 73px;
	margin: 0.5em 0;
	padding: 0;
}

/* 資料請求 */
#pr div.seikyu {
}
#pr div.seikyu h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_shiryo.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 90px;
	margin: 0.5em 0;
	padding: 0;
}

/* お問い合わせ */
#pr div.contact {
}
#pr div.contact h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_contact.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 54px;
	margin: 0.5em 0;
	padding: 0;
}

/* 無料相談会 */
#pr div.soudan {
}
#pr div.soudan h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_soudankai.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 80px;
	margin: 0.5em 0;
	padding: 0;
}

/* ＰＲの文字メニュー */
#pr div.menu {
}
#pr div.menu h4 {
	margin: 20px 0 10px 0;
	background-image: url(images/bg_pr_menutitle.png);
	background-repeat: no-repeat;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	text-indent: 13px;
}
#pr div.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pr div.menu ul li {
	padding: 0;
	margin: 2px 0;
	font-size: 12px;
	text-indent: 14px;
}
#pr div.menu ul li a {
	display: block;
	background-image: url(images/bg_pr_menu.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 24px;
	line-height: 24px;
}
#pr div.menu ul li a:hover {
	background-image: url(images/bg_pr_menu_on.png);
}

/* 施工事例 */
#pr div.zirei {
}
#pr div.zirei h4 {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_title_zirei.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 29px;
	margin: 0.5em 0 1px 0;
	padding: 0;
}
#pr div.zireizyutaku h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_zireizyutaku.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 104px;
	margin: 0 0 1px 0;
	padding: 0;
}
#pr div.zireitenpo h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_zireitenpo.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 104px;
	margin: 0 0 1px 0;
	padding: 0;
}

/* お客様の声 */
#pr div.voice {
}
#pr div.voice h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_voice.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 80px;
	margin: 0.5em 0;
	padding: 0;
}

/* スタッフ紹介 */
#pr div.staff {
}
#pr div.staff h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_staff.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 130px;
	margin: 0.5em 0;
	padding: 0;
}

/* 求人情報 */
#pr div.recruit {
}
#pr div.recruit h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_recruit.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 45px;
	margin: 0.5em 0;
	padding: 0;
}

/* リンク */
#pr div.link {
}
#pr div.link h4 a {
	text-indent: -5000px;		/* テキストを画面に見せない場合 */
	display: block;
	background-image: url(images/img_pr_link.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 38px;
	margin: 0.5em 0;
	padding: 0;
}

/* ブログ投稿者 */
#pr #blog-author {
}
#pr #blog-author h4 {
	margin: 20px 0 0px 0;
/*	background-image: url(images/bg_pr_menutitle.png); */
/*	background-image: url(images/bg_blog_title.png);*/
	background-repeat: no-repeat;
	font-size: 14px;
	height: 52px;
/*	line-height: 22px; */
/*	text-indent: -5000px;*/		/* テキストを画面に見せない場合 */
}
#pr #blog-author ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pr #blog-author ul li {
	padding: 0;
	margin: 2px 0;
	height: 40px;
}

/* メディア掲載 */
#pr #media {
}
#pr #media h4 {
	margin: 20px 0 10px 0;
	background-image: url(images/bg_pr_menutitle.png);
	background-repeat: no-repeat;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	text-indent: 13px;
}
#pr #media table {
	width: 188px;
	border: 1px solid #c0c0c0;
}
#pr #media table td {
	padding: 0;
	font-size: 10px;
	vertical-align: top;
}
#pr #media table td ul {
	padding: 0 0 0 14px;
	margin: 0;
}
#pr #media table td li {
	padding: 0;
	margin: 0;
}
/* チームマイナス６％ */
#pr div.team-minus6 {
	margin-top: 15px;
	margin-left: 10px;
}
#pr div.team-minus6 img {
	border: 0px none #FFFFFF;
}


/**********************************************************************************

	メイン

***********************************************************************************/
#container #main {
	float: left;
	width: 700px;
	min-height:600px;
	padding: 10px 20px 30px 20px;
}
#container-blog #main {
	float: left;
	width: 500px;
	min-height:600px;
	padding: 10px 20px 30px 20px;
}
#main p.description {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}
#main h2 {
	font-size: 14px;
	color: #333333;
	background-image: url(images/bg_headline_0.png);
	background-repeat: no-repeat;
	height: 26px;
	letter-spacing: 2px;
	text-indent: 18px;
	line-height: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e8e8e8;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	margin: 0 0 20px 0;
}
#main p {
	font-size: 12px;
	color: #333333;
}


/* エントリの見出し３ */
#main div.entry h3 {
	text-indent: 0px;
	font-size: 14px;
	color: #444444;
	letter-spacing: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BA0000;
}


/* 見出しのNEW!!!マーク */
#main #topnews li span.new, #main #topblog li span.new {
	padding-left: 0.5em;
	color: #FF0000;
	font-weight: bold;
}
/* 施工事例 */
#main #works img.title {	/* 施工事例のタイトル画像 */
	margin-bottom: 20px;
}
#main #works img.thumb {	/* 施工事例のサムネイル画像 */
	margin-right: 20px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
#main #works div.messege {
	float: left;
	width: 500px;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}
#main #works div.data {
	font-size: 11px;
	color: #666666;
	padding: 10px;
	float: right;
	border: 1px dotted #999999;
	margin-bottom: 5px;
}
#main #works div.data ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* 施工事例一覧 */
#main div.worksindex {
	float: left;
	width: 120px;
	height: 140px;
	background-color: #f0f0f0;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
	padding: 15px;
	display: inline;
}
#main div.worksindex h3 {
	font-size: 11px;
	color: #333333;
	line-height: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ブログ */
#main div.blog {
	margin-bottom: 60px;
}
#main div.blog h2 {
	background-image: none;
	text-indent: 0px;
	font-size: 16px;
	letter-spacing: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BA0000;
}

/* コンセプト「環境とデザイン」 */
#main div.kankyou {
}
#main div.concept {
/*
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #BA0000;
*/
}
#main div.kankyou h3, #main div.design h3 {
/*
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	line-height: 20px;
	text-indent: 14px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #BA0000;
*/
}
#main div.kankyou p, #main div.design p {
/*
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	color: #333333;
*/
}
#main div.kankyou p span {
/*
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
	margin-top: 30px;
*/
}

/* コスモホームのスタイル */
#main div.cosmohomesstyle {
	float: left;
	padding: 0;
	margin-right: 4px;
	width: 106px;
}
#main div.cosmohomesstyle-r {
	margin-right: 0px;
	width: 100px;
}
#main div.cosmohomesstyle h3 {
	background-image: url(images/bg_cosmohomesstyle_title.jpg);
	background-repeat: no-repeat;
	width: 106px;
	height: 96px;
	line-height: 15px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-top: 35px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#main div.cosmohomesstyle ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main div.cosmohomesstyle li {
	list-style-type: none;
	background-image: url(images/bg_cosmohomesstyle_page.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	margin-bottom: 6px;
	width: 106px;
	padding-bottom: 0px;
	margin-top: 0px;
	line-height: 140%;
}
#main div.cosmohomesstyle li.line1 {
	height: 32px;
	padding-top: 16px;
}
#main div.cosmohomesstyle li.line2 {
	height: 39px;
	padding-top: 9px;
}
/***** トップページ *****/
#main #topnews {
	float: left;
	width: 345px;
}
#main #topblog {
	float: left;
	width: 345px;
	margin-left: 10px;
}
#main #topblog ul, #main #topnews ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main #topblog li, #main #topnews li {
	font-size: 12px;
	margin: 0.5em 0;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#main #topblog li span, #main #topnews li span {
/*
	width: 80px;
	float: left;
*/
}
#main #topblog li a, #main #topnews li a {
/*
	float: left;
*/
}

/* コスモホームのスタイル詳細 */
#main #cosmohomesstyle {
	padding-top: 80px;
	padding-right: 20px;
	padding-left: 20px;
}
#main #cosmohomesstyle img {
	float: left;
	margin-right: 40px;
}
#main #cosmohomesstyle #text {
}
#main #cosmohomesstyle #text h2 {
	text-align: center;
	background-image: none;
	text-indent: 0px;
	border: 0px none #FFFFFF;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
}
#main #cosmohomesstyle #text p {
	font-size: 15px;
	line-height: 160%;
}
#main #cosmohomesstyle p.return {
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}
/* 会社概要 */
#main div.company th {
	vertical-align: top;
	background-color: #f0f0f0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 8px;
}
#main div.company td {
	font-size: 12px;
	color: #333333;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* スタッフ紹介 */
#main div.staffspec {
	float: right;
	width: 560px;
}

/* トップページのバナー */
#main img {
	margin-bottom: 7px;
}
#main img.leftbanner {
	margin-right: 10px;
}
/***** 社長プロフィール *****/
#main div.entry div.staffprofile p.name {
	font-size: 1.25em;
	font-weight: bold;
}
#main div.entry div.staffprofile ul {
	list-style-type: none;
}
#main div.entry div.staffprofile li {
	font-size: 0.78em;
	padding-left: 0px;
	color:#333333;
}

/***** お客様の声 *****/
#main div.voice {
	clear: both;
	margin: 0 0 40px 0;
}

/***** ページ共通リンク *****/
#main div.pagelink hr {
	height: 1px;
	border: 1px solid #dcdcdc;
}
#main div.pagelink img {
	margin: 25px 20px 0 0;
}



/**********************************************************************************

	コメント

***********************************************************************************/
#com_and_tb {
	background-color: #f0f0f0;
	padding: 15px;
	border: 1px solid #d0d0d0;
}
#com_and_tb h3 {
}
#com_and_tb div.com {
}
#com_and_tb p.commeta {	/* 書き込み時間や書き込み名 */
	color: #666666;
	font-weight: bold;
}
#com_and_tb #comment {	/* コメント欄 */
	width: 100%;
}
#com_and_tb #submit {		/* 送信ボタン */
	background-color: #CCCCCC;
	border: 1px solid #999999;
	line-height: 24px;
	height: 24px;
}


/**********************************************************************************

	ページナビゲーション

***********************************************************************************/
#pagenavi {
	background-image: url(images/bg_pagenavi.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 910px;
}
#pagenavi img {
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/***** フッター *****/
#footer {
	background-color: #909090;
	width: 950px;
	height: 80px;
	padding-top: 30px;
}
#footer div.sitenavi {
	width: 100%;
	overflow: hidden;
}
#footer div.sitenavi p {
	text-align: center;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer div.sitenavi p a {
	color: #FFFFFF;
}
#footer div.sitenavi p a:hover {
	color: #FFFF00;
}
#footer p.about {
	margin: 0 250px;
	font-size: 12px;
	color: #FFFFFF;
}
#footer address {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}


/***** その他 *****/
img.alignleft, .img_L {		/* 画像にテキストを回り込み（画像：左寄せ） */
	float: left;
	margin: 6px 10px 10px 0px;
/*	border: 5px solid #eeeeee;*/
} 
img.alignright, .img_R {		/* 画像にテキストを回り込み（画像：右寄せ） */
	float: right;
	margin: 6px 0px 10px 10px;
/*	border: 5px solid #eeeeee;*/
}
.alineleft {	/* 左寄せ */
	text-align: left;
}
.alineright {	/* 右寄せ */
	text-align: right;
}
.alinecenter {	/* 中央寄せ */
	text-align: center;
}
/* ナビゲーション関連 */
div.navigation {	/* ナビゲーションブロック */
	padding-top: 30px;
}
div.navigation div.left {	/* ナビゲーションの左寄せ */
	text-align: left;
	float: left;
	width: 45%;
	font-size: 11px;
}
div.navigation div.right {	/* ナビゲーションの右寄せ */
	text-align: right;
	float: right;
	width: 45%;
	font-size: 11px;
}
div.navigation div.center {	/* ナビゲーションの中央寄せ */
	text-align: center;
	font-size: 11px;
}

