﻿@charset "UTF-8";

/* ----------------------------------------
 作成日:2011.03.16
 テンプレート名:RIASU
 by Dllat-B (http://dllat-blog.com)
---------------------------------------- */


/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */
body {
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background:#000000 url(../parts/riasu_bg.gif);
}



/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 		{ color: #840000; text-decoration: none; }
a:link		{ color: #840000; text-decoration: none; }
a:visited	{ color: #cc3300; text-decoration: none; }
a:active	{ color: #cc3300; text-decoration: none; }
a:hover		{ color: #cc3300; text-decoration: none; background:#fff;}

/* ヘッダー */
#header a 		{ color: #840000; text-decoration: none; }
#header a:link		{ color: #840000; text-decoration: none; }
#header a:visited	{ color: #cc3300; text-decoration: none; }
#header a:active	{ color: #cc3300; text-decoration: none; }
#header a:hover		{ color: #cc3300; text-decoration: none; background:none; }

/* 画像 */
img a 		{ text-decoration: none; }
img a:link	{ text-decoration: none; }
img a:visited	{ text-decoration: none; }
img a:active	{ text-decoration: none; }
img a:hover	{ text-decoration: none; background:none; }


/* タイトル */
#header h1 a 		{ color: #840000; text-decoration: none; }
#header h1 a:link	{ color: #840000; text-decoration: none; }
#header h1 a:visited	{ color: #cc3300; text-decoration: none; }
#header h1 a:active	{ color: #cc3300; text-decoration: none; }
#header h1 a:hover	{ color: #cc3300; text-decoration: none; background:none; } 



/* 
テーブル ---------------------------------------*/
.data{
	color: #000000;
	padding: 1px;
	border: none;
	border-collapse: separate;
	border-spacing: 0;
}
.data td{
	font-size: 71%;
	padding: 10px;
	border: none;
	vertical-align: top;
}




/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width: 550px;
	margin:0px auto;
	text-align:center;
	
}

/* =================================== */
/*ブログ名と説明文、トップ画像*/
/* =================================== */

#header {
	padding-top:25px;
	width:100%;
	text-align:center;
}

#header p {
	margin: 5px 0 0 25px;
}








/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	width:100%;
	text-align:center;
}

/*　左側の幅（記事の枠）*/
#main {
	text-align:center;
	width:100%;

}

/*ページ送り*/
#page_area {
	text-align:center;
	width:100%;
}

/*フッター*/
#footer {
	height:100px;
	background: none;
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
	color: #7d7c7c;
}
 
 
/* =================================== */
/* #main */
/* =================================== */

/* ブログ名 */
h1 {
	margin:0 0 0 0;
	padding-top:10px;
	font: bold 30px arial;
	text-align: center;
	color: #71531f;
}

/* ブログの説明文 */
div#description {
	font: 10px;
	color: #cccccc;
	margin:0px 0 0 0;
	text-align: center;
}


/*エントリーナビゲーション*/
#main .entry_navi{
	margin:0 0 10px 0;
	text-align:center;
}

/* エントリー部分全体 */
#main .entry_area {
	width:100%;
	text-align:center;
}

#main .other_area {
	width:100%;
	text-align:center;
}

#main .profile_area {
	width:100%;
	text-align:center;
}


.entry_area_name {
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}







/* エントリータイトル */
#main .entry_btn {
	height:50px;
	padding-left:25px;
	padding-right:27px;
	text-align:center;
	background:url(../parts/riasu_entrybody.gif) no-repeat;
}

#main .entry_head {
	height:100px;
	text-align:center;
	background:url(../parts/riasu_entryheader.gif) no-repeat;
}

#main .entry_title {
	height:20px;
	padding-top:15px;
	font: bold 13px;
	text-align:center;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

#main .entry_date {
	text-align: center;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

/* エントリー本文 */
#main .entry {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left:50px;
	padding-right:50px;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

#main .entry_ten {
	text-align: center;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

#main .entry_post {
	height:20px;
	padding-bottom:5px;
	text-align: center;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

#main .entry_foot {
	height: 100px;
	margin:0 0 0 0;
	font-size: 11px;
	text-align: center;
	background:url(../parts/riasu_entryfooter.gif) no-repeat;
}

/* エントリー画像 */


.entry img  { 

}


/* バナータイトル */
#main .other_head {
	height:120px;
	text-align:center;
	background:url(../parts/riasu_sideheader.gif) no-repeat;
}

#main .other_subtit {
	font: 11px;
	line-height: 16px;
	text-align:left;
}

/* バナー本文 */
#main .other {
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-left:25px;
	padding-right:27px;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

#main .other_post {
	height: 100px;
	margin:0 0 0 0;
	font-size: 11px;
	text-align: center;
	background:url(../parts/riasu_sidefooter.gif) no-repeat;
}

#main .side_header {
	text-align: left;
	padding-left:19px;

}

#main .other ul {
	width:430px;
	margin-left:4px;
	list-style-type:none;
}

#main .other li {
	margin: 3px 0px 0px;
	padding-left:20px;
	position: relative;
	background:url(../parts/icon_list.gif) no-repeat;
}

/* エントリー画像 */


.other img  { 

}



/* プロフィールタイトル */
#main .profile_head {
	height:100px;
	text-align:center;
	background:url(../parts/riasu_entryheader.gif) no-repeat;
}

#main .profile_title {
	height:20px;
	padding-top:5px;
	font: bold 13px arial;
	text-align:center;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}


/* プロフィール本文 */
#main .profile {
	font-size: 9px;
	letter-spacing: 0.1em;
	padding-left:25px;
	padding-right:27px;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

#main .profile_post {
	height:20px;
	padding-bottom:5px;
	text-align: center;
	background:url(../parts/riasu_entrybody.gif) repeat-y;
}

#main .profile_foot {
	height: 100px;
	margin:0 0 0 0;
	font-size: 11px;
	text-align: center;
	background:url(../parts/riasu_entryfooter.gif) no-repeat;
}

/* エントリー画像 */


.profile img  { 

}





/* ---------------------------------------*/
/* フラッシュ */
/* ---------------------------------------*/
#flash{
	width: 550px;
	height: 300px;
	background: #000000 url(../parts/riasu_header.gif) no-repeat;
}

/* 
ムービー ---------------------------------------*/
.movie{
	width: 320px;
	height: 240px;
	text-align: center;
}







/* =================================== */
/* 文字色設定など */
/* =================================== */

.discription {
	font-size: 11px;
	color: #a47015;
	letter-spacing: 0.1em;
	line-height: 15px;
	text-align: right;
}


.ent_day {
	font-size: 11px;
	text-align: right;
}




.center {
	text-align: center;
}





/* =================================== */
/* ページ送り */
/* =================================== */


#page_area .page_navi {
	float:left;
	width:560px;
	text-align: center;
	font-size: 11px;
	}

#page_area .page_top {
	margin-top: 15px;
	text-align:center;
	font-size: 11px;
}




	


/* =================================== */
/* 装飾の設定 */
/* =================================== */


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear	: both;
	font	: 0/0 sans-serif;
}

.tex_le {
	text-align: left;
}

.ml_5 {
	margin-left:5px;
}

.ml_15 {
	margin-left:15px;
}


color: #666666;
}




#copyright {
	color: #666666;
	font-size:11px;
	text-align:center;
}
