@charset "utf-8";

/* common */

.clear {
	clear: both;
}

a {
	color: #990099;
	text-decoration: underline;
}

a:hover {
	color: #990099;
	text-decoration: none;
}

.dot_line{
	color: #999999;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul li {
	list-style-type: none;
}

img {
	border-style: none;
}

.f11{
	font-size:88%;
}

.f11b{
	font-size:88%;
	font-weight:bold;
}

.f103-b{
	font-weight:bold;
	font-size:103%;
}

/* layout */

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 103%;
	line-height: 1.5em;
	text-align: center;
	background-color: #FFF7FB;
	background-image: url(images/bg.jpg);
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}
/* warapper */

#wrapper {
	width: 100%;
	text-align: left;
}

/* header */

#header {
	text-align:center;	
}

#header #header_read{
	text-align: center;
	font-size:80%;
}

#header h1#logo {
	margin: 10px 0;
	text-align: center;
}

/* main */
#main {
	width: 100%;
}

/* content */
#content {
	width: 98%;
	padding:0 1%;
}

#content .content-center {
	margin:1% 0;
	text-align:center;
}

#content .content-left {
	margin:1% 0;
	text-align:left;
}

#content h2 {
	text-align:center;
	margin:0 0 5px 0;
}

#content h3.newstitle {
	font-weight:bold;
}

.enter_lead {
	text-align: center;
}

/* -- Style for Ktai Entry -- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}

/* menu */

#menu{
	width:240px;
	margin:0 auto;
}

/* bunner */

#bunner {
	text-align: center;
	margin:10px 0 0 0;
}

#bunner p{
	text-align: center;
}

#bunner p.bunner_img img{
	padding:3px;
	border:1px solid #CCCCCC;
}

/* link */

#linkbunner{
	text-align:left;
}

#linkbunner p.bunner_img img{
	padding:1px;
	border:1px solid #AFAFD8;
}


/* footer */
#admin {
	text-align: right;
}

#link {
	text-align: center;
}

#footer {
	text-align: center;
	margin:0 0 5px 0;
	font-size:88%;
}




