*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
}
h1,h2,p,ul,li{
	margin-top: 0;
	margin-bottom: 0;/*上下の行間を消す*/
}
img{
	border: none;
}
.clear{
	clear: left;
}
p{
	margin-bottom: 1em;
}

html{
	font-size: 62.5%;
	color: #333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
}
body{
	background-color: #000;
}
#page{
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

h1{
	background-color: #f0027e;
	background-image: url("img/title.jpg");
	background-repeat: no-repeat;
	width: 760px;
	height: 160px;
	text-indent: -9999px;
}
#container{
	width: 760px;
	background-image: url("img/bg.gif");
	background-repeat: repeat-y;
	float: left;
	overflow: auto !important;
	overflow /**/: hidden;
}

/*サイドバー*/
#left{
	float: left;
	width: 180px;
	padding:  0px 5px;
}
.left_co{
	border-bottom: solid 4px #f0027e;
}
.content{
	padding: 5px 8px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
	color: #000;
}
li{
	list-style: none;
	margin: 4px 0px;
}
.name{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}


/*CALENDAR*/
#calendar_block{
	width: 170px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}
#calendar{
	text-align: left;
	padding: 5px;
	background-color: #3c0;
}
#calendar_day{
	font-weight: bold;
}
#calendar table{
	width: 100%;
	background-color: #3c0;
}
#calendar th{
	width: 14%;
	text-align: center;
}
#calendar td{
	width: 14%;
	text-align: center;
}
#calendar a{
	display:block;
	background-color: #3c0;
	color: #ff0;
}


/*ブログ*/
#right{
	width: 550px;
	margin-left: 200px;
}
.blog{
	padding: 20px 25px 5px 20px;
}
h2{
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	border-bottom: solid 1px #f0027e;
	border-left: solid 7px #f0027e;
	padding: 4px 4px 4px 6px;
}
.blog_co{
	margin: 10px 15px;
	font-size: 1.2em;
	line-height: 150%;
	color: #333;
}
.blog_footer{
	border-top: dotted 1px #f0027e;
	padding-top: 2px;
	text-align: right;
	font-size: 1.2em;
	line-height: 150%;
	color: #666;
}

#footer{
	clear: left;
	background-color: #f0027e;
/*	background-image: url("img/footer.gif");*/
	background-repeat: no-repeat;
	background-position: top;
}
#footer p{
	font-size: 1.2em;
	line-height: 150%;
	padding: 10px;
}

#up{
	text-align: right;
	padding: 20px 10px 10px 10px;
}
#up p{
	font-size: x-small;
}

/*リンク*/
.content a:link{
	color: #000;
	text-decoration: underline;
}
.content a:visited{
	color: #000;
	text-decoration: underline;
}
.content a:hover{
	color: #000;
	text-decoration: underline;
}

#calendar a:visited{
	color: #000;
	text-decoration: underline;
}
#calendar a:hover{
	color: #ff0062;
	text-decoration: underline;
}

#footer a:link{
	color: #000;
	text-decoration: underline;
}
#footer a:visited{
	color: #000;
	text-decoration: underline;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

a:link{
	color: #f0027e;
	text-decoration: none;
}
a:visited{
	color: #f0027e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
