/* 
 * スタイルシート仕様
 * 2008_9 SCRIVAサイト　スクリーン用
 */

/* CONTENTS
 * 
 * 1. 基本要素
 * 2. デザイン主要
 * 3. 共通レイアウト＆フォーマット
 * 4. ヘッダー
 * 5. ナビゲーション
 * 6. メインコンテンツ
 * 7. サイドメニュー
 * 8. テーブル
 * 9. コンタクトフォーム
 * 10. フッター
 * 11. レイアウト補正
 * 12. レイアウト修正
 */


/* 1.基本要素*/

body {
	margin: 0px;
	color: #333333;
	font: 86%/140% "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}


/*2. デザイン主要*/


/*3. 共通レイアウト＆フォーマット*/

#container {
	width: 100%;
	background: url(../images/back_side_line.gif) repeat-y center;
	height:100%;
}

#container #content_line {
	width: 100%;
	border-top: 1px solid #FF0000;
}

#container #content {
	width: 700px;
	margin: 0px auto;
	padding: 15px 20px 0px;
	background: url(../images/back_illust_line.jpg) repeat-y 620px 72px;
}

/*3. 共通レイアウト＆フォーマット リンクページ*/

#container #content_link {
	width: 700px;
	margin: 0px auto;
	padding: 15px 20px 0px;
	background: url(../images/temp/side_illust.jpg) repeat-y 620px 86px;
}

/*4. ヘッダー TOPページ*/

#container #header {
	width: 740px;
	margin: 0px auto;
}

#header #header_back {
	margin-left: 620px;
	width: 71px;
}
#header #main_title h1 {
	text-indent: -9999px;
}
#header #main_title {
	background: url(../images/top/main_logo.gif) no-repeat;
	float: left;
	width: 204px;
	margin-right: auto;
	height: 50px;
	margin-top: 100px;
	margin-left: 1px;
}

/*4. ヘッダー リンクページ*/

#header #header_link {
	margin-left: 519px;
	width: 71px;
}
#header h1 {
	text-indent: -9999px;
	font-size: 100%;
}
#header #title_link_1{
	background: url(../images/info/info_title.gif) no-repeat;
	float: left;
	width: 480px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: 20px;
	height: 27px;
}
#header #title_link_2{
	float: left;
	width: 480px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: 20px;
	height: 27px;
	background-image: url(../images/profile/profile_title.gif);
	background-repeat: no-repeat;
}
#header #title_link_3{
	background: url(../images/top/main_logo.gif) no-repeat;
	float: left;
	width: 480px;
	margin-right: auto;
	margin-top: 35px;
	margin-left: 20px;
}
#header #title_link_4{
	background: url(../images/top/main_logo.gif) no-repeat;
	float: left;
	width: 480px;
	margin-right: auto;
	margin-top: 35px;
	margin-left: 20px;
}
#header #title_link_5{
	background: url(../images/top/main_logo.gif) no-repeat;
	float: left;
	width: 480px;
	margin-right: auto;
	margin-top: 35px;
	margin-left: 20px;
}
#header #title_link_6{
	background: url(../images/top/main_logo.gif) no-repeat;
	float: left;
	width: 480px;
	margin-right: auto;
	margin-top: 35px;
	margin-left: 20px;
}

/*5. ナビゲーション*/

#container #navi {
	width: 480px;
	padding-bottom: 10px;
}
#content #main .copy {
	background: url(../images/top/copy.gif) no-repeat;
	text-indent: -9999px;
}


/*6. メインコンテンツ*/

#main p {
	margin: 0px;
}
#content #main {
}
#content #main_info {
	float: left;
	width: 480px;
	margin-top: 30px;
	margin-right: auto;
	height: 400px;
}
#content #logo_f {
	width: 480px;
	margin-top: auto;
}

#content #right {
	float: right;
	width: 210px;
	margin-left: auto;
	margin-top: 30px;
}
#main #logo {
	width: 210px;
	float: right;
	margin-left: auto;
}

/*6. メインコンテンツ_トップページ*/

#main #right .blog {
	width: 172px;
	padding-left: 38px;
	padding-bottom: 14px;
}


/*7. サイドメニュー*/

/*8. テーブル*/

/*9. コンタクトフォーム*/

/*10. フッター*/

#container #footer {
	width: 100%;
	border-top: 3px solid #FF0000;
	background: #FFFFFF;
}

#footer #footer_menu {
	width: 720px;
	margin: 7px auto 0px;
	padding-right: 0px;
	padding-left: 20px;
}
#footer_menu #copyright {
	font-size: 80%;
	width: 250px;
	float: left;
	margin-right: auto;
}
#footer_menu #menu {
	overflow:hidden;
	_height:1.5em;/*IE6用*/
	float: right;
	width: 400px;
	margin-left: auto;
	margin-top: 0px;
}
#footer_menu #menu ul {
	margin-left:-6px;
	font-size: 83%;
	text-align: right;
	margin-top: 0px;
}
#footer_menu #menu li {
	padding:0 7px;
	display:inline;
	border-left:1px solid #999999;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*11. レイアウト補正*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
#content #clear {
	clear: both;
}

.clearfix {
display:block;
}

/*12. レイアウト修正*/
