* {
	margin: 0;
	padding: 0
}

html {
	scrollbar-face-color: #fff; 
	scrollbar-3dlight-color: #fff; 
	scrollbar-highlight-color: #ddd; 
	scrollbar-shadow-color: #fff; 
	scrollbar-darkshadow-color: #ddd; 
	scrollbar-arrow-color: #ff9999; 
	scrollbar-track-color: #eee; 
}

body{
	text-align: left; 
	line-height: 1.6; 
	font-size: 12px; 
	font-family: sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka; 
	color: #888; 
	background: url() #fff;
}

a {
	text-decoration: none; 
	color: #88aacc; 
}
a:hover {
	text-decoration: underline; 
}

a img {
	border : none; 
}

input,textarea,select,button,submit {
	color: #999; 
	background: #ffffff; 
	border: 1px solid #999; 
}

th,td {
	vertical-align: top; 
}

img.emoji {
	vertical-align: middle; 
	border: 0; 
}


/*レイアウト設定----------------------------------------------*/

#container {
	position:relative;
	width: 770px; 
	margin:0 auto; 
	border-right: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	background: url() #fff;
}

#header {	
	width : 770px; 
	height: 120px; 
	border-bottom: 1px dashed #ccc; 
	background: url(http://www.alph-design.com/image/titlemm.jpg) #fff left top no-repeat;
}

#menu {
	float : right; 
	background: url() #fff;
}

#main {
	float : left; 
	background: url() #fff;
}

#footer {
	width : 770px; 
	clear : both; 
	padding: 10px 0px; 
	text-align: center;
	font-size: 11px;  
	border-top: 1px dashed #ccc; /
	background: url() #fff;
}


/*タイトル設定------------------------------------------------*/

.blog_title {
	padding-top: 30px; 
	padding-left: 20px; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
}

.blog_title a {
	text-decoration: none; 
	color: #888; 
}

.blog_title a:hover {
	text-decoration: underline; 
}

.sub_title {
	padding-left: 20px; 
	text-align: left; 
	color: #999; 
}


/*記事----------------------------------------------*/

.main_block {
	width : 520px; 
	padding: 10px; 
	border-right: 1px dashed #ccc;
}

.main_title {
	margin: 5px; 
	padding: 2px 10px; 
	font-size: 14px; 
	font-weight: bold; 
	background: url() #eee;
}

.main_title a {
	text-decoration: none; 
}

.main_body {
	margin: 12px; 
}

.main_state {
	margin-right: 10px; 
	text-align: right; 
	font-size: 11px; 
}

.link_block {
	margin-bottom: 10px; 
	border-bottom: 1px dotted #ccc; 
}

.link_title {
	font-weight: bold; 
}


/*メニュー部分設定--------------------------------------------*/

.menu_block {
	width : 200px; 
	padding: 10px 14px; 
}

.menu_title {
	font-weight: bold; 
	padding-bottom: 5px; 
	background: url() no-repeat;
}

ul {
	list-style-type: none; 
}

li {
	padding-left: 0px; 
background: url() no-repeat;
}


/*ページ移動------------------------------------------------------*/

.page_navi {
	text-align: center; 
}

/*カレンダー------------------------------------------------------*/

table.calender {
	width: 150px;
}

.calender caption {
	font-size: 12px;
	border-bottom: 1px dotted #ccc; /
}

.calender th {
	font-weight: normal;
	text-align: center;
}

.calender td {
	text-align: center;
}

th#sun {
	color: #ff9999;
}

th#sat {
	color: #6666cc;
}