@charset "utf-8";
/*  
Theme Name: atw
Theme URI: 
Description: 
Version: 090119
Author: 
Author URI: 
*/

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	overflow:-moz-scrollbars-vertical;
}
body{
	background:url("img/bg.jpg") repeat-x #D8E3EA;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

/* 
リンクカラー
----------------------------------------------------------- */ 
a{
	color:#265273;
}
a:hover{
	color:#000090;
}
a:visited{
	color:#183449;
}
a:active{
}

/* 
レイアウト
----------------------------------------------------------- */ 
#base0{
	width:820px;
	margin:0 auto;
}
#base_right{
	width:610px;
	float:right;
}
#base_left{
	width:150px;
	float:left;
}
#base_top{
	width:820px;
	background:url("img/base_top.jpg") no-repeat;
}
#base_middle_base{
	width:820px;
	background:url("img/base_middle.jpg") repeat-y;
}
#base_middle{
	width:790px;
	margin:0 auto;
}

/* 
ヘッダー
----------------------------------------------------------- */ 
#header {
	height:235px;
	width:790px;
	margin: 0 auto;
	position:relative;
}
#photo{
	position:absolute;
	top:0;
	left:0;
	width:790px;
	height:235px;
	z-index:0; 
}
#to_sitemap{
	position:absolute;
	right:15px;
	top:10px;
	text-align:right;
}
#to_sitemap a{
	color:#FFFFFF;
}
#to_sitemap a:hover{
	text-decoration:none;
}

/* 
タイトル
----------------------------------------------------------- */ 
#title{
	position:absolute;
	top:90px;
	left:30px;
}

/* 
H1
----------------------------------------------------------- */ 
a h1{
	color:#FFFFFF;
	text-decoration:none;
	font-size:26px;
}

/* 
H2
----------------------------------------------------------- */ 
h2{
	font-weight:normal;
	font-size:14px;
	color:#FFFFFF;
}

/* 
メニュー
----------------------------------------------------------- */
#menu{
	width:790px;
	height:25px;
	background:url("img/menu1.jpg") repeat-x;
}
ul#page_menu{
}
ul#page_menu li{
	line-height:2.65em;
	float:left;
	display:block;
	height:25px;
	font-size:10px;
}
ul#page_menu li a{
	color:#FFFFFF;
	text-decoration:none;
	background:url("img/menu1.jpg") repeat-x;
	display:block;
	padding:0 10px;
}
ul#page_menu li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:url("img/menu2.jpg") repeat-x;
	display:block;
}

#content{
	padding:10px;
}

/* 
サイドバー
----------------------------------------------------------- */
#sidebar1{
	width:150px;
	word-break: break-all;
}
#sidebar2{
	width:150px;
	float:right;
	word-break: break-all;
}
#sidebar1 h3,#sidebar2 h3{
	color:#000000;
	background:url("img/side_h3.jpg") no-repeat;
	height:19px;
	font-size:12px;
	padding:6px 0 0 5px;
}
.sidebar_content{
	padding:5px;
	line-height:1.2em;
}
.sidebar_content img{
	margin:0 0 5px 0;
}

/* 
Yomi
----------------------------------------------------------- */ 
.sidebar_content h4{
	font-size:100%;
	font-weight:normal;
}
.yomi_text{
	margin:0 0 3px 0;
}
#yomi_menu{
	border:1px solid #CCCCCC;
	padding:5px;
}
#yomi_menu h5{
	background-color:#7DAFD4;
	color:#FFFFFF;
	padding:3px;
	margin:0 0 5px 0;
}

/* 
フィード
----------------------------------------------------------- */ 
#feed{
	border: solid 1px #7DAFD4;
	padding: 5px;
	margin:0 0 5px 0;
}
#feed a{
}
#feed img{
	vertical-align: middle;
	margin-right: 8px;
}

/* 
メイン
----------------------------------------------------------- */
#main{
	margin:0 10px 0 0;
	width:450px;
	float:left;
}
#main h3{
	color:#265273;
	font-size:16px;
	margin:0 0 10px 0;
}
.entry{
	line-height:1.5em;
	margin:0 0 30px 0;
}
.edit{
	text-align:right;
}

/* 
フッター
----------------------------------------------------------- */
#footer{
	background:url("img/base_bottom.jpg") no-repeat;
	width:820px;
	height:40px;
	text-align:center;
	padding:5px 0 0 0;
}

/* 
下部のリンク
----------------------------------------------------------- */
#bottom_link{
	border:1px solid #7DAFD4;
	width:760px;
	padding:5px;
	margin:10px 0 0 0;
}

/* 
ブログ用
----------------------------------------------------------- */
.entry_data{
	font-size:10px;
	letter-spacing:0.1em;
	margin:0 0 20px 0;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.post{
	border-bottom:1px dotted #999999;
	margin:0 0 30px 0;
}




