/************************************************************************/
/*	全体のレイアウト													*/
/************************************************************************/
* {
	padding:			0px;
	margin:				0px;
}
/************************************************************************/
/*	HTML タグ															*/
/************************************************************************/
a
{
	text-decoration:	none;
	color:				#AAAAAA;
}

a:hover
{
	text-decoration:	underline;
	color:				#FFFF00;
}

img
{
	border-style:		solid;
	border-color:		#FFFFFF;
}

img:hover
{
	border-style:		solid;
	border-color:		#FFFF00;
}

strong
{
	color:				#FF00BB;
}

b
{
	color:				#FF9900;
}
/************************************************************************/
/*	ID																	*/
/************************************************************************/
#base
{
	font-family:		'メイリオ',Meiryo,'MS Pゴシック','ヒラギノ角ゴ Pro W3';
	width:				1000px;
	margin-left:		auto;
	margin-right:		auto;
	color:				#FFFFFF;
	background-color:	#000000;
}

#layout
{
	width:				1000px;
}

#top
{
	width:				1000px;
	height:				140px;
	background-image:	url( "images/title.jpg" );
}

#menu
{
	float:				left;
	width:				220px;
}

#main
{
	float:				right;
	width:				780px;
}

#bottom
{
	clear:				both;
	width:				1000px;
	height:				60px;
	text-align:			center;
}
/************************************************************************/
/*	ナビゲーション														*/
/************************************************************************/
.navi_box
{
	width:				740px;
	height:				130px;
	padding-top:		10px;
	font-size:			x-small;
	text-align:			center;
	float:				right;
}
.navi_box_icon
{
	float:				left;
	padding-left:		30px;
	height:				100px;
}
.navi_box_image
{
	width:				90px;
	height:				90px;
	margin-bottom:		3px;
}
.navi_box_text
{
	clear:				both;
}
/************************************************************************/
/*	メニュー															*/
/************************************************************************/
.menu_box
{
	margin-left:		25px;
	margin-bottom:		20px;
	font-size:			small;
}
.menu_newindex_box
{
	margin-bottom:		15px;
	font-size:			small;
}
.menu_title
{
	margin-left:		25px;
	margin-bottom:		10px;
	font-size:			medium;
	font-weight:		bold;
}
.menu_rssimg
{
	border:				0px;
	vertical-align:		middle;
}
.menu_newimage
{
	width:				50px;
	height:				50px;
	float:				left;
}
.menu_cm
{
	width:				170px;
}
.menu_mobilnk
{
	width:				170px;
}
/************************************************************************/
/*	ページ																*/
/************************************************************************/
.page_box
{
	width:				740px;
	text-align:			center;
	margin-left:		20px;
	margin-bottom:		30px;
}
/************************************************************************/
/*	ホーム																*/
/************************************************************************/
.home_box
{
	margin-bottom:		30px;
	text-align:			center;
}

.home_title
{
	margin-bottom:		20px;
}

.home_listtitle
{
	margin-bottom:		3px;
}

.home_date
{
	font-size:			small;
}

.home_msg
{
	margin-bottom:		30px;
}

.home_listmsg
{
	font-size:			small;
}

.home_img
{
	width:				740px;
	text-align:			center;
	margin-left:		20px;
}
/************************************************************************/
/*	フォトログ															*/
/************************************************************************/
.photolog_box
{
	margin-bottom:		30px;
}

.photolog_title
{
	margin-bottom:		5px;
}

.photolog_date
{
	font-size:			x-small;
	margin-bottom:		10px;
}

.photolog_msg
{
	font-size:			small;
}
/************************************************************************/
/*	ダイアリー															*/
/************************************************************************/
.diary_box
{
	margin-bottom:		30px;
	text-align:			center;
}

.diary_date
{
	font-size:			small;
}

.diary_msg
{
}
/************************************************************************/
/*	ギャラリー															*/
/************************************************************************/
.gallery_box
{
	margin-bottom:		30px;
	text-align:			center;
}
/************************************************************************/
/*	ムービー															*/
/************************************************************************/
.movie_box
{
	margin-bottom:		30px;
}

.movie_date
{
	font-size:			small;
	margin-bottom:		10px;
}

.movie_msg
{
	margin-top:			10px;
	margin-bottom:		20px;
}
/************************************************************************/
/*	プロフィール														*/
/************************************************************************/
.profile_box
{
	margin-left:		25px;
}
/************************************************************************/
/*	エラー																*/
/************************************************************************/
.error_box
{
	margin-bottom:		30px;
	text-align:			center;
}

.error_title
{
	margin-top:			10px;
	margin-bottom:		10px;
}
/************************************************************************/
/*	End of damedasu.css													*/
/************************************************************************/

