@charset "UTF-8";
/* CSS Document */


h2{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #555;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 25px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 320px;
	height: 268px;
	border: solid 1px #555;
}

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	border: solid 1px #555;
}

#menu ul {
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-left: 8px;
}
#menu li {
	display: inline-block;
	background-color: #efefef;
	width: 70px;
	height: 30px;
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	border: solid 1px #555;
	line-height:235%;
}

#menu li a{
	display: block;
	color: #555;
	text-decoration: none;
}

#menu li a:hover{
	color: #fff;
	background-color: #555;
}

#news {
	margin-left: auto;
	margin-right: auto;
	width: 320PX;
	height: auto;
	border: solid 1px #555;
}

.twitter-timeline{
	padding-left: 5px;
	border: solid 1px #555;
}

#profile {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 600px;
	border: solid 1px #555;
}

#profile ul{
	list-style: none;
	text-decoration: none;
}

#profile ul li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 25px;
	padding-left: 45px;
	padding-right: 30px;
	margin-bottom: 15px;
}

#profile li a{
	text-decoration: none;
}

#profile .you{
	background: url("img/yt35.png") no-repeat 0 0;
}

#profile .fb{
	background: url("img/fb35.png") no-repeat 0 0;
}

#profile .twitter{
	background: url("img/tw35.png") no-repeat 0 0;
}

#profile .insta{
	background: url("img/insta35.png") no-repeat 0 0;
}

p{
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top:  0px;
	font-size: 15px;
	font-color: gray;
}

#contact {
	margin-left: auto;
	margin-right: auto;
	width: 320PX;
	height: 300px;
	border: solid 1px #555;
}

#contact a{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	color: #fff;
	background-color: #888;
	padding: 10px;
	text-decoration: none;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
	width: 320px;
	background-color: #ccc;
	border: solid 1px #555;
}

#footer p{
	font-size: 10px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}