body{
	margin:0;
	padding:0;
}

h1{
	margin:0px auto;
	color:#605ad9;
}
h2{
	margin:0px;
	margin-bottom:10px;
}
h2 a{
	text-decoration:none;
	color:#4e8df6;
}

/*■ 共通部分 ■*/
.back_button{

}

.mini_font{
	font-size:10px;
}

/*トップページ用*/
#toppage{
	margin:0px auto;
	width:350px;
	border:0px solid;
	text-align:center;
	padding-bottom:50px;
	padding-top:210px;
	background-image:url("../img/top.png");
	background-repeat: repeat-x;
}

#toppage table{
	margin:0px auto;
	border:0px solid;

}
/*トップページ用 ここまで*/


/*ヘッダー*/
#header{
	width:350px;
	height:79px;
	background-image:url("../img/header_img.png");
	background-repeat:no-repeat;
}

#research{
	float:right;
	width:240px;
	margin-top:45px;
	text-align:right;
}
#head_button{	/*TOPへの空白リンク*/
	position:absolute;
}
#head_button a{
	display:block;
	width:120px;
	height:79px;
}

/*メイン部分*/
#main{
	margin:0px auto;
	width:350px;
	border:0px solid;
	text-align:center;
	padding-bottom:50px;
	/*padding-top:50px;*/
}
#main2{
	margin:0px auto;
	width:850px;
	border:0px solid;
	text-align:center;
	padding-bottom:50px;
	/*padding-top:50px;*/
}



#main table{
	margin:0px auto;

}


/*メニュー*/
#menu_main{
	width:350px;
	height: 40px;
	border: 0px dotted;
	padding:0;
	margin:0;
}

#menu_main li{
	list-style:none;
	float:left;
	width:87px;
	height:40px;
	margin:0;
	border: 0px dotted;
}

#menu1{background-image:url("../img/menu1.png");font-size:0;}
#menu1 a{display:block;width:87px;height:40px;}
#menu1 a:hover{background-image:url("../img/menu1_o.png");}

#menu2{background-image:url("../img/menu2.png");font-size:0;}
#menu2 a{display:block;width:87px;height:40px;}
#menu2 a:hover{background-image:url("../img/menu2_o.png");}

#menu3{background-image:url("../img/menu3.png");font-size:0;}
#menu3 a{display:block;width:87px;height:40px;}
#menu3 a:hover{background-image:url("../img/menu3_o.png");}

#menu4{background-image:url("../img/menu4.png");font-size:0;}
#menu4 a{display:block;width:87px;height:40px;}
#menu4 a:hover{background-image:url("../img/menu4_o.png");}

#menu5{background-image:url("../img/menu5.png");font-size:0;}
#menu5 a{display:block;width:70px;height:40px;}
#menu5 a:hover{background-image:url("../img/menu5_o.png");}

/*SNSボタン*/
/*clearfix*/
.clearfix:after{  
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;  
	content: " ";  
	clear: both;  
} 

#socialbuttons div {
  margin-bottom:10px;
  float:left;
}
#socialbuttons{
	margin: 40px 0 0 auto;
}

/*table*設定*/
.table1{
	border-collapse: collapse; /* 枠線の表示方法 */
}

.table1 .pd {
	padding:10px 0px;
	background-color:#e1f2ff;
}

.table1 .pd2 {
	padding:10px 0px;
	font-size:13px;
	text-align:left;
	background-color:#e1f2ff;
}

.table1 td {
	border: 1px #7f8bfe solid; /* セルの枠線（太さ・色・スタイル） */
} 


/*■日記用■*/
.daily_box{
	width:310px;
	border: 1px solid #bbb;
	overflow:auto;
	padding:15px;
	margin:20px auto;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 20px;  
    -webkit-border-top-right-radius: 20px;  
    -webkit-border-bottom-right-radius: 20px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-topright: 20px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 20px; 

}
.daily_box_left{
	width:310px;
	border: 1px solid #bbb;
	overflow:auto;
	padding:15px;
	margin:20px auto;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 20px;  
    -webkit-border-top-right-radius: 20px;  
    -webkit-border-bottom-right-radius: 20px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-topright: 20px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 20px; 
	text-align:left;
}


.daily_date{
	font-size:10px;

}

/*日記用カレンダー*/
.calender{
	border:0px solid #aaa;
	border-collapse: collapse;
}

.calender .normal{
	border:1px solid #aaa;
	width:44px;
	height:34px;
}

.calender .normal a{
	text-decoration: none;
}

.calender .days{
	background-image:url("../img/daily_on.png");
	background-position: top;
	padding-top:10px;
	width:44px;
	height:24px;
}

.calender .days a{
	display:block;
	color:#FFF;
}

.calender .today{	/*カレンダー今日*/
	border:1px solid #aaa;
	color:#1e3ea4;
	background-color:#d5dfff;
}

.calender .select{	/*カレンダー選択日*/
	border:1px solid #aaa;
	color:#1e3ea4;
	background-color:#54cdff;
}
.calender .select a{	/*カレンダー選択日*/
	text-decoration: none; 
}

.calender .c_title{
	background-color:#ddddff;
	height:34px;
	border:1px solid #aaa;
}

.calender .c_head{	/*back next 部分*/
	height:42px;
	border:0px solid #fff;
	font-size:18px;
}
.calender .c_head a{
	text-decoration: none; 
	color:#637bc8;
}

.calender h1{
	font-size:22px;
	color:#4c61a5;
}


/*リアルタイム更新処理用*/
.real_box{
	background-color:#ffe6c9;
	border-collapse: collapse;
	font-size:12px;
}

.real_box td{
	padding:10px 15px;
	border:1px solid #e28a00;	
	color:#897113;
}

.real_box .imgid{
	padding:0px;
	border:1px solid #e28a00;	
	color:#897113;
}

/*■ アルバム用 ■*/
.album_box{
	position: relative;
	width:90%;
	margin:20px auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 2px 1px #508dd5;
	-moz-box-shadow:0px 0px 2px 1px #508dd5;
	-webkit-box-shadow:0px 0px 2px 1px #508dd5;
}
.album_box a{
	font-size:21px;
	display:block;
	padding-bottom:20px;
	padding-top:20px;
	color:#508dd5;
	text-decoration:none;
}
.album_box .day{	/*日付部分*/
	font-size:12px;
	position:absolute;
	right:20px;
	bottom:5px;
	color:#508dd5;
}

/*■プロフィール用*/
.profile_table{
	width:95%;
	font-size:12px;
	text-align:center;
	border-collapse: collapse; 
	border:1px solid #7f8bfe;
	margin-bottom:45px;
}

.profile_table td{
	border:1px solid #7f8bfe;
}

.profile_table .type1{
	padding:10px 0px;
	text-align:center;
	background-color:#d1dcff;
}

.profile_table .type2{
	padding:10px 0px;
	font-size:13px;
	text-align:left;
	background-color:#e1f2ff;
}

/*検索関連*/
.key{	/*検索で見つかった文字*/
	color:#ee4444;

}

.search_day{
	text-align:right;
	font-size:12px;
}

/*その他設定*/
.title{
	font-size:19px;
	color:#4c61a5;

}


h3{
	font-size:19px;
	color:#4c61a5;

}
/*印刷用*/
.print_box{
	width:800px;
	border: 1px solid #bbb;
	overflow:auto;
	padding:15px;
	margin:20px auto;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; 
	text-align:left;
	page-break-inside: avoid;	/*印刷時要素内で改行禁止*/

}

.print_box_line{
	display:inline-block;
	line-height:24px;
	/*border-bottom:1px solid #bbb;*/
}

.print_hr{
	border: 1px solid #ddd;

}

.print_img{
	width:300px;
	float:left;
}

/*■TODO用*/
.todo_table{
	/*border:1px solid #4c4c4c;
	border-radius: 5px;*/
	border-collapse: collapse;
}

.todo_tabble_title{
	height:35px;
	font-size:12px;
	background-color: #d6d6ff;
	color:#14174b;

	border-radius: 20px;
}

.todo_today{	/*本日のTODO*/
	background-color:#a9b2f8;
	/*border:1px solid #fbbbbb;*/
	color:#14174b;
}

.todo_cont{
	font-size:12px;

}

