body {
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.6;
	word-break:break-all;
	color: #191919;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* ブラウザによるレンダリングの差を解消したリスト */
ul, ol{
	margin:auto -3em 1em 0;
	padding:0;
	position:relative;
	left:-3em;
	overflow:hidden;
}

li{
	margin-top:0.25em;
	margin-bottom:0.25em;
}

ul ul, ul ol,
ol ol, ol ul{
	margin-left:1em;
	padding-left:0;
}

ul li, ol li{
	margin-left:5em;
}

li li{
	margin-left:1em;
}
/* ブラウザによるレンダリングの差を解消したリスト ここまで */


th, td {
	padding: 2px;
	vertical-align: top;
}

:link,:visited {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-spacing:0;
}

/* clearfix ここから */
/* Dreamweaver レイアウト崩れ対策 */
.clearfix {
	overflow:hidden;
}

/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* clearfix ここまで */

.font-s {
	font-size: 10px;
	line-height: 1.3em;
}
.font-l {
	font-size: 14px;
	line-height: 1.6em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.strong {
	font-weight: bold;
	font-size: 120%;
}

a {
	color: #003399;
}

a:link {
}

a:visited {
}

a:hover {
	color: #3399CC;
}

h1 {
	font-size: 12pt;
	color: #003366;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 11pt;
}

h3 {
	font-weight: bold;
	font-size: 10pt;
}

p {
	text-indent: 1em;
}

/*---------------- common ----------------*/
.wrap {
	width: 756px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 66px;
	height: 80px;
}

#head {
	margin-top: 20px;
}

#header {
	float: right;
	width: 675px;
}

#header strong {
	font-weight: normal;
	font-size: 14px;
}

#header img#counter {
	height: 11px;
	width: 48px;
}

#header #event-menu {
	padding-top: 16px;
	text-align: right;
}

#header #main-menu {
	font-size: 14px;
	padding-top: 2px;
	text-align: right;
}

#header #main-menu a{
	font-weight: bold;
}

#main-container {
	padding-top: 5px;
	padding-bottom: 10px;
}

#main-container table{
	border-collapse: collapse;
}

#main-container table.bordered tr th, #main-container table.borderd tr td{
	border: 1px solid #333333;
}

#main-container table tr th, #main-container table tr td{
	border: 0px;
}


hr {
	border: 1px #990000 solid;
	color: #990000;
	height: 1px; 
}

hr.yellow {
	border: 1px #FFCC00 solid;
	color: #FFCC00;
	height: 1px; 
}


hr.dashed {
	border-style: dashed;
}

#bottom-link {
	width: 300px;
	float: left;
}

#information {
	width: 450px;
	float: right;
	text-align: right;
}

#copyright {
	clear: both;
	text-align: right;
}

#title-bar {
	height: 80px;
	width: 100%;
}

/*---------------- トップページ ----------------*/

div.event-banner {
	float: left;
	width: 126px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color:#990000
}

div.yellow-bar {
	background-color: #FFCC00;
	height: 10px;
}

div.yellow-bar h1 {
	color: #FFCC00;
	font-size: 10px;
	line-height: 10px;
}

div#site-news {
	float: left;
	width: 360px;
	margin-top: 10px;
}

div#site-news h2 {
	background-color: #990000;
	color:#FFFFFF;
	padding: 3px 5px 3px 5px;
}

div#blog-news {
	float: right;
	width: 360px;
	margin-top: 10px;
}

div#blog-news h2 {
	background-color: #FFCC00;
	padding: 3px 5px 3px 5px;
}

div.overflow-block {
	overflow: auto;
	height: 150px;
}

iframe#blog-news {
	height: 150px;
	width: 100%;
}

/* 陸上競技部について */
table#organization {
	border-collapse: collapse;
}

table#organization tr td{
	border: 1px solid #000000;
	padding: 2px 3px;
	text-align: center;
}

/* 競技日程・結果 */
div#results-male {
	float: left;
	width: 350px;
	margin-right: 10px;
}
div#results-female {
	float: left;
	width: 350px;
}

/* メンバー紹介 */
div#member-introduce h2 {
	font-size: 13pt;
	margin: 5px 0px;
}

div.members {

}

div.members div.member {

}

div.members div.member div.image{
	width: 240px;
	float: left;
}

div.members div.member div.image img{
	width: 240px;
	border: 1px solid #000;
}

div.members div.member div.image div.now-printing {
	width: 100%;
	height:180px;
	background-color:#EFEFEF;
	border: 1px solid #000;
}

div.members div.member div.image div.now-printing span {
	padding: 5px;
}

div.members div.member div.data {
	width: 480px;
	float: right;
	padding: 3px 5px;
}

div.members div.member div.data h3{
	font-size: 12pt;
}

div.members hr {
	border: 0px;
	border-bottom: 1px dashed #FF6633;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 5px 0px;
}

/* アルバム */
div#album div#photos {
	width: 550px;
	float:left;
}

div#album div#photos div.photo{
	width:128px;
	height: 140px;
	float: left;
	margin: 3px 3px 10px 3px;
	font-size: 8pt;
}

div#album div#pages {
	width: 200px;
	float:right;
}
