/* CSS Document */
/* /////// 全体 /////// */
body {
	text-align: center;
	margin: 0px;
	background-image: url(images/navi/bg1.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
  	}

p{
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	}

#allimg {
	float:left;
	margin-right: 2px;
	}

/* /////// ヘッダー /////// */
#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
    background-color: #FAFAF3;
	background-image: url(images/navi/home_topspacer.gif);
	}

#newsheader {
	width: 100%;
	height: 100px;
	margin: 0 auto;
    background-color: #FAFAF3;
	background-image: url(images/navi/news_topspacer.gif);
	}

#worksheader {
	width: 100%;
	height: 100px;
	margin: 0 auto;
    background-color: #FAFAF3;
	background-image: url(images/navi/works_topspacer.gif);
	}
#companyheader {
	width: 100%;
	height: 100px;
	margin: 0 auto;
    background-color: #FAFAF3;
	background-image: url(images/navi/company_topspacer.gif);
	}

/* /////// バス /////// */
.path{
    font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.path a {
	text-decoration: none;
	color: #FFFFFF;
	}
.path a:hover {
	text-decoration: none;
	color: #FFFF00;
	}
	
/* /////// HOME /////// */
/* main */
#homebox {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#474A4D;
	}
/* news */
.headlines {
	font-size: 12px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	margin-right: 12px;
	text-align: left;
	border-left: solid #D70035;
	border-width: 3px;
	padding-left: 5px;
	}
.headlines a {
	text-decoration: none;
	color:#000000;
	}	
.headlines a:hover {
	text-decoration: underline;
	color: #ec6800;
	}
.headlines a:visited {
	text-decoration: none;
	color: #595857;
	}
.bloglink {
	text-align: right;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	font-size: 10px;
	}	
/* リリース情報 */
.release {
	font-size: 10px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 14px;
	text-align: left;
	line-height: 13px;
	}
/* バナー */
#banner {
	width:160px;
	background-color: #FFFFCC;
	margin: 0px;
	text-align:center;
	}
.banner {
 	margin-top: 0px;
	margin-bottom: 0px;
	line-height:15px;
	}

/* /////// ニュースブログ /////// */
/* /// 左ナビ　カテゴリー /// */
.catagory {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 2px;
	color: #FFFFFF;
	font-weight:bold;
	}
.catagory a {
	text-decoration: none;
	color: #FFFFFF;
	}
.catagory a:hover {
	text-decoration: underline;
	color: #FFCC00;
	}
/* 左ナビ　最新記事　*/
.entry {
	margin-left: 20px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	}
.entry a {
	text-decoration: none;
	color: #FFFFFF;
	}
.entry a:hover {
	text-decoration:underline;
	color:#FF9900;
	}
/* 左ナビ　アーカイブ */
.archive {
	text-align:left;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:15px;
	line-height:18px;
	color: #CCCCCC;
	}
.archive a {
	text-decoration:none;
	color: #CCCCCC;
	}
.archive a:hover {
	text-decoration:underline;
	color: #FFCC99;
	}

	
/* /// 中 ブログ記事設定 /// */

/* トピック背景文字設定 */
h2 {
	margin:1px;
	font-size:14px;
	text-align:left;
	}
.postdate {
	font-size: 10px;
	color: #EE7800;
	text-align: left;
	margin: 2px;
	}
.posted {
	font-size: 10px;
	color: #474A4D;
	text-align: right;
	margin: 1px;
	}
.posted a {
	color:#474A4D;
	text-decoration:none;
	}
.posted a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
/* 記事背景文字設定 */
#textbox {
    border-style:solid;
	border-width:thin;
	border-color:#D3D7D8;
	background-color: #FFFFFF;
	}
.blogtext {
	margin-left: 5px;
	margin-right:1px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
	font-size:12px;
	color:#000000;
	}
.blogtext a {
	color: #3366CC;
	text-decoration:none;
	}
.blogtext a:hover {
	color:#FF3300;
	text-decoration:underline;
	}
.nextpage {
	font-size:12px;
	color:#FF3300;
	margin:2px;
	}
.nextpage a {
	font-size:12px;
	color:#FF3300;
	text-decoration:none;
	}
.nextpage a:hover {
	font-size:12px;
	color: #FF0000;
	text-decoration:underline;
	}

/* /// 右リンク用テキスト /// */
.linktext {
	font-size:12px;
	color:#191970;
	text-align:left;
	margin-left:13px;
	margin-bottom:0px;
    }
.linkstyle {
    font-size:11px;
	margin-top: 2px;
	magin-bottom: 5px;
	margin-left: 25px;
	margin-right: 2px;
	line-height: 15px;
	}

/* /////// 下部リンク・（ｃ）表示 /////// */
#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	}

.btmlink {
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-right: 5px;
	text-align: right;
	}

address {
	font-size:10px;
	color: #808080;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 15px;
	text-align: right;
	}