@charset "UTF-8";
/*
Theme Name: AogakuSwim
Theme URI: http://aogakuswim.com/
Description: Aoyama Gakuin University Swim Team Official Web-Site.
Author: Takuo Yoneda
*/

/* CSS Document */

/* clearbox */
.clearbox {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: -1px;
	height: 1px;
}

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* /setting */






/* body */
a:link{ color:#305aa7;}
a:visited{ color:#305aa7;}
a:hover{ color:#305aa7; text-decoration:none;}
a:active{ color:#305aa7;}

body,h1,h2,h3,h4,h5,h6,p,form {
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#305aa7;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
	background: url(images/bg_body.gif) repeat left top;
background-color: #eee;
	text-align: center;
}
#container {
	background: url(images/bg_container.gif) repeat-y left top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
}
/* /body */




/* header */
#header {
	background: url(images/header_bg.gif) repeat-x left top;
	height: 90px;
	width: 900px;
	padding: 0px;
	margin: 0px;
        color: #777;
}	
#header h1 a {
	background: url(images/header.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 487px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
        display: inline; /*IE6*/
}
#headMenu {
	text-align: right;
	padding-right: 10px;
}
#headMenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}
#loginout {
	text-align: right;
	margin-right: 20px;
}
#loginout li {
	list-style: none;
	display: inline;
	background:url(images/arrow.gif) no-repeat left center;
	padding-left: 12px;
        margin-left: 5px;
}
#loginout a:link{ color:#777;}
#loginout a:visited{ color:#777;}
#loginout a:hover{ color:#777; text-decoration:none;}
#loginout a:active{ color:#777;}
#rss {
	text-align: right;
}
#header img {
        border: 0px;
}
#header h2 {
	color: #777;
	text-align: right;
	font-size: 120%;
        margin-top: 5px;
	margin-right: 20px;
}
#contentArea {
	clear: both;
}
#visual img {
        padding: 0px;
        margin: 0px;
        vertical-align: bottom;
}
/* /header */





/* mainArea */
#mainArea {
	float: right;
	width: 660px;
        padding: 15px 20px 20px 0px;
}
#mainArea h4 {
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background:url(images/h4.gif) no-repeat bottom;
        letter-spacing: 0.1em;
	font-size: 100%;
}
#mainArea h5 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainArea h6 {
	text-align: right;
	margin: 0px;
	padding-right: 100px;
}
#mainArea ul {
	list-style: none;
	margin: 0px;
	padding-left: 30px;
	text-indent: -30px;
}
#mainArea .visual {
	text-align: center;
	margin-top: 20px;
}
#mainArea .announce {
	color: #FF0000;
}
/* /mainArea */





/* bread */
#bread {
	text-align: right;
	padding-right: 0px;
	font-size: 90%;
        height:15px;
}
#bread li {
	list-style: none;
	display: inline;
}
/* /bread */





/* top */
#top {
text-align: center;
}
#counter {
text-align: center;
margin-top: 5px;
color: #777;
}
#banner {
        margin-top: 20px;
}
#topimg img {
        margin-top: 20px;
        padding: 5px;
        border: 1px solid #aaaaaa ;
}
#newEntriesTop li {
        margin: 0px 0px 4px 0px;
}
#newEntriesTop {
	margin-top: 20px;
	width:400px;
	background:url(images/newEntriesPost_bg.gif) repeat-y;
}
#newEntriesTop h3 {
        font-size: 120%;

        padding-top: 5px;
        height: 35px;
	background:url(images/newEntriesPostTitle.gif) left top no-repeat;
	text-indent:15px;
        letter-spacing: 0.1em;
	}
#newEntriesTop ul {
	list-style: none;
	margin: 0px;
	padding: 5px 20px;
	}
#newEntriesTop ul li {
	background:url(images/arrow.gif) no-repeat left 4px;
	text-indent:15px;
}
#newEntriesTopBottom {
        height: 20px;
	background:url(images/newEntriesPostmetadata.gif) left top no-repeat;
        margin-bottom: 20px;
}
#newEntriesTop,#newEntriesTopBottom {
        margin-left: 130px;
}
/* /top */






/* post */
#content .post {
        margin-top: 20px;
}
.post h2 {
        font-size: 120%;
        margin-bottom: 16px;
        padding-top: 5px;
        height: 35px;
	background:url(images/postTitle.gif) no-repeat;
	text-indent:15px;
	border-bottom: 0px dotted #999999;
        letter-spacing: 0.1em;
}
.post p {
	padding:4px 25px;
}
.post embed {
        margin-left: 210px;
}
#monthpost embed {
        margin-left: 210px;
}
.comment {
margin-top: 20px;
margin-bottom: 20px;
}
.postmetadata {
	font-size: 80%;
	margin-top: 16px;
	text-align: right;
        height: 20px;
	background:url(images/postmetadata.gif) no-repeat bottom;
}
.pagenav {
	text-align: center;
	margin-top: 20px;
}
.more-link{
	text-align: right;
	font-size: 80%;
}
#monthpost {
	margin-top: 20px;
	background:url(images/post_bg.gif) repeat-y;
}
#monthpost p {
	padding: 4px 25px;
}
#monthpost h2 {
        font-size: 120%;
        margin-bottom: 16px;
        padding-top: 5px;
        height: 35px;
	background:url(images/postTitle.gif) no-repeat;
        letter-spacing: 0.1em;
	text-indent:15px;
	border-bottom: 0px dotted #999999;
}
#contents h2 {
        font-size: 120%;
        margin-bottom: 16px;
        padding-top: 5px;
        height: 35px;
	background:url(images/postTitle.gif) no-repeat;
	text-indent:15px;
        letter-spacing: 0.1em;
	border-bottom: 0px dotted #999999;
}
#contents p {
	padding: 4px 25px;
}
.post {
	background:url(images/post_bg.gif) repeat-y;
	padding: 0px;
}
#contents {
	background:url(images/post_bg.gif) repeat-y;
margin-top: 20px;
}
#contentsBottom {
	background:url(images/post_bg.gif) repeat-y;
        height: 16px;
}
#pageBottom {
	background:url(images/postmetadata.gif) no-repeat bottom;
        height: 20px;
}
#search404 {
	background:url(images/post_bg.gif) repeat-y;
        padding-top: 10px;
        padding-left: 25px;
}
#contents #s {
        margin-left: 25px;
}
#contents h3 {
        padding-left: 25px;
}





/* comments */
#comments h3 {
	margin-top: 20px;
	border-bottom: 2px solid #999999;
}
#tb {
	border: 1px solid #999999;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
padding: 5px;
}
.com {
	border-bottom: 1px dotted #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.commeta {
	text-align: right;
	color: #999999;
	font-size: 90%;
}
.login {
	font-size: 90%;
	text-align: right;
}
/* /comments */





/* teamMember */
#data {
width: 600px;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
border-collapse: collapse;
}
#data th, #data td {
text-align: left;
padding: 5px;
border: solid 1px #305aa7;
}
#data th {
background-color: #305aa7;
}
#data ul {
margin: 0px;
padding: 0px;
}
#profile {
color: #ffffff;
}
#member img {
padding: 10px;
float: left;
}
/* /teamMember */






/* paged-comments */
.comment-number {
   font: italic 25px 'Times New Roman', Times, serif;
   color: #73a0c5;
margin-bottom: 5px;
}
.alt {
   background-color: #f8f8f8;
   border-top: 1px solid #dcdcdc;
   border-bottom: 1px solid #dcdcdc;
   margin: 0;
   padding: 10px;
}
.none {
   margin: 0;
   padding: 10px;
}
.norm {
   margin: 0;
   padding: 10px;
}
.comment-page-numbers {
text-align: center;
margin-left: 40px;
}
#guestBook {
margin-top: 20px;
}
#commentform {
margin-left: 40px;
margin-top: 10px;
}
#respond {
margin-left: 40px;
}
#comments {
text-align: right;
margin-bottom: 10px;
}
.commentlist {
padding-right: 40px;
}
.commentmetadata {
text-align: right;
font-size: 80%;
margin-top: 5px;
}
/* /paged-comments */




/* photos */
#content img,#monthpost img {
	margin: 4px;
}
/* /photos */




/* exclusive */
#exclusive {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* /exclusive */





/* links */
.linkcat {
	border: 1px solid #999999;
margin-top: 20px;
}
.linkcat li {
padding-left: 20px;
}
.linkcat h2 {
background-color: #305aa7;
color: #ffffff;
padding-left: 10px;
}
.linkcat {
list-style: none;
}
.linkcat ul {
padding: 5px;
}
/* /links */





/* leftArea */
#leftArea {
	width: 200px;
	float: left;
}
#leftArea li {
        margin: 0px 0px 4px 0px;
}
#sideMenu {
	margin-top: 20px;
}
#subNav {
	margin-left: 30px;
        margin-bottom: 10px;
}
#subNav li {
list-style:none;
}
#sideNav {
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#newEntries {
	border: 1px solid #777;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#newEntries h3 {
	background:url(images/sideTitle.gif) no-repeat bottom;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 110%;
	}
#newEntries ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	}
#newEntries ul li {
	background:url(images/arrow.gif) no-repeat left 4px;
	text-indent:15px;
}
.scrollBox {
        width: auto;
        height: 150px;
        overflow: auto;
}
#newComments {
	border: 1px solid #777;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#newComments h3 {
	background:url(images/sideTitle.gif) no-repeat bottom;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 110%;
	}
#newComments ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	}
#newComments ul li {
	background:url(images/arrow.gif) no-repeat left 4px;
	text-indent:15px;
}
#newTrackbacks {
	border: 1px solid #777;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#newTrackbacks h3 {
	background:url(images/sideTitle.gif) no-repeat bottom;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 110%;
	}
#newTrackbacks ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	}
#newTrackbacks ul li {
	background:url(images/arrow.gif) no-repeat left 4px;
	text-indent:15px;
}
#mobile {
	border: 1px solid #777;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
#mobile h3 {
	background:url(images/sideMob.gif) no-repeat bottom;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 110%;
	}
#qrCode {
text-align: center;
}
#leftArea #search {
	margin: 20px 0px 0px 20px;
}
#leftArea #search #s {
        width: 156px;
}
/* /leftArea */





/* footer */
#pageTop {
	text-align: right;
	margin-right: 20px;
}
#footMenu {
	text-align: right;
	margin-right: 20px;
	color: #305aa7;
        font-size: 100%;
        margin-top: 10px;
}
#footMenu li a:link{ color:#305aa7;}
#footMenu li a:visited{ color:#305aa7;}
#footMenu li a:hover{ color:#305aa7; text-decoration:none;}
#footMenu li a:active{ color:#305aa7;}

#footMenu li {
	list-style: none;
	display: inline;
	background:url(images/arrow.gif) no-repeat left center;
	padding-left: 12px;
        margin-left: 5px;
}
#footer {
	clear: both;
	border-top: 2px solid #ccc;
	background: #4c90b0;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 40px;
	background: url(images/footer_bg.gif) repeat-x left top;
	height: 100px;
	width: 900px;
	padding: 0px;
	margin: 0px;
        color: #777;
}	
#footer address {
	font-size: 80%;
	font-style: normal;
	color: #777;
	padding: 0px;
	margin-right: 20px;
}
#footer .uppercase {
	text-transform: uppercase;
}
/* /footer */
