@charset "UTF-8";
/* 杉本 幸治公式サイトtext.css */

/* position */

#wrapper {
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#header {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #ff3800;
}

* html header {
}

#container {
	width: 100%;
	clear: both;
}

#contents_column_outer {
	width: 100%;
	background-color: #fff;
}

#contents_column {
	padding-left: 0.5em;
	background-color: transparent;
}

#menu_column_outer {
	float: right;
	position:relative;
	z-index:1;
	width: 100%;
}


#menu_column {
	background-color: transparent;
	padding: 1.5em 0 0 14em;
}

#news_column_outer {
	float: left;
	width: 12em;
	background-color: transparent;
	position:relative;
	margin-right: -14em;
	z-index:2;
}

#news_column_outer .news_column {
	background-color: #fff;
	position:relative;
	z-index:3;
	margin-bottom: 0.5em;
}


/* heder */
#header h2 {
	background-color: #fff;
	padding: 0;
	margin: 5px 0 3px 0;
}

.sugimoto {
	position: absolute;
	top: 30px;
	right: 5%;
}


/* menu_column Menu */

#menu_column {
}

.menu {
	margin: 0;
	padding: 0;
}

#menu ul {
}

.menu li {
	width: 163px;
	float: left;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 8px 13px 0;
	padding: 0;
}
.menu li a {
	height: 81px;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #660000;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.profile {
	background-image: url("../images/profile.png");
}

.manifesto {
	background-image: url("../images/manifesto.png");
}

.manifest {
	background-image: url("../images/manifest.png");
}

.sanpoohkai {
	background-image: url("../images/sanpoohkai.png");
}

.admission {
	background-image: url("../images/admission.png");
}

.contribution {
	background-image: url("../images/contribution.png");
}

.sitemap {
	background-image: url("../images/sitemap.png");
}

.mailform {
	background-image: url("../images/mailform.png");
}

.menu li a:link {
}

.menu li a:visited {
}

.menu li a:hover {
	background-position: 1px -82px;
}


.news_column {
	border: 1px solid #0000ff;
	margin: 2px;
	padding: 0;
}

#news_column_outer h2 {
	color: #fff;
	font-size: 90%;
	padding: 4px 0.5em 0.1em 0.5em;
	background-color: #d4d5d9;
	background-image: url("../images/title_blue.png");
	background-position: 0 0;
	background-repeat: repeat-x;

}

.news h3 {
	font-size: 85%;
	line-height: 130%;
	padding: 0.5em 0.5em 0.3em 0.5em;
	margin: 0;
	border-top: 5px solid #d4d5d9;
}

.news p {
	font-size: 80%;
	margin: 0;
	padding: 0.5em 0.5em 0.3em 0.5em;
	line-height: 135%;
}

.news a {
	text-decoration: none;
}
.news h3 a:link {
	color: #2f2f82;
}

.news h3 a:visited {
	color: #2f2f82;
}

.news h3 a:hover {
	color: #990099;
}

.news a:link {
	color: #000033;
}

.news a:visited {
	color: #000033;
}

.news a:hover {
	color: #990099;
}
