@charset "UTF-8";

/* Information
=============================================================

CSS File for "Seeya! 大阪経済大学スポーツサークル BLOG SKIN"
Media:      all
FileName:   style.css
Build:      2007.10.01
Author:     So

============================================================*/


/* GLOBAL RESET
============================================================*/
* {
	margin: 0px;
	padding: 0px;
	}
	
h1,h2,h3,h4,h5,h6,p { 
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	}

ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

fieldset,input,textarea,select,option,label {
	padding: 2px;
	border-width: 1px;
	border-color: #d2d2d2;
	border-style: solid;
	background-image: url('http://file.seeyakeidai.blog.shinobi.jp/input_back.png');
	background-repeat: repeat-x;
	}

img {
	border: 0px;
	}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	}

table,th,td,th {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

pre,address,blockquote,caption,cite,code {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	}


/* COMMON DEFAULT SET
============================================================*/
body {
	background-color: #ffffff;
	background-image: url(http://file.seeyakeidai.blog.shinobi.jp/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 12px;
	}
	
div,p,label,input,textarea,ol,li,caption,th,td {
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color: #333333;
	}
	
p {
	line-height: 1.3em;
	}
	
ol,ul,li {
	list-style-position: inside;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: normal;
	font-weight: bold;
	color: #333333;
	}


/* LINKs
============================================================*/
a:link {
	color: #5a589a;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: #5a589a;
	font-weight: bold;
	}

a:hover {
	color: #00006a;
	font-weight: bold;
	}

a:active {
	color: #54589a;
	font-weight: bold;
	}


/* OPEN CLASS SET
============================================================*/
.boldred {
	font-weight: bold;
	color: #d2252d;
	font-size: 15px;
	line-height: 1.3em;
	}

.new {
	background-image: url('http://file.seeyakeidai.blog.shinobi.jp/new.gif');
	background-repeat: no-repeat;
	}

.small{
	font-size: 10px;
	}

/* LIGHTBOX SETUP
============================================================*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{
	border: none;
	}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer>#hoverNav{
	left: 0;
	}

#hoverNav a{
	outline: none;
	}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('http://file.seeyakeidai.blog.shinobi.jp/lightbox/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink {
	left: 0;
	float: left;
	}

#nextLink {
	right: 0;
	float: right;
	}

#prevLink:hover, #prevLink:visited:hover {
	background: url('http://file.seeyakeidai.blog.shinobi.jp/lightbox/prevlabel.gif') left 15% no-repeat;
	}

#nextLink:hover, #nextLink:visited:hover {
	background: url('http://file.seeyakeidai.blog.shinobi.jp/lightbox/nextlabel.gif') right 15% no-repeat;
	}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}

#imageDataContainer a{
	background-color: transparent;
	}

#imageData{
	padding:0 10px;
	color: #666;
	}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	}

#imageData #caption{
	font-weight: bold;
	}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/* CONTAINER
============================================================*/
div#container {
	width: 714px;
	margin: 0px auto;
	padding: 0px 2px;
	background-color: transparent;
	background-image: url('http://file.seeyakeidai.blog.shinobi.jp/background_main.gif');
	background-repeat: repeat-y;
	background-position: center center;
	}


/* HEADER
============================================================*/
div#header{
	width: 714px;
	margin:0px;
	padding: 0px;
	}

div#header_cap{
	margin: 20px auto 0px auto;
	padding: 0px;
	height: 43px;
	width: 714px;
	background: url(http://file.seeyakeidai.blog.shinobi.jp/background_header.gif) repeat-y center center;
	}

div#header_cap h1 {
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: none;
	}

div#header_title {
	width: 710px;
	height: 122px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background: url(http://file.seeyakeidai.blog.shinobi.jp/title_logo_small.png);
	background-repeat: no-repeat;
	background-position: top;
	}

div#header_title h1,p,div#header_title_pageinfo {
	padding: 0px;
	margin: 0px;
	display: none;
	}


/* ANCHOR
============================================================*/
#anchor{
	display: none;
	}


/* HEADER_MENU
============================================================*/
div#header_menu{
	width: 690px;
	margin-left: 2px;
	height:36px;
	padding-left: 20px;
	display:block;
	background:transparent url(http://file.seeyakeidai.blog.shinobi.jp/bgOFF.gif) repeat-x top left;
	position:relative;
	border-top:4px solid #333333;
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;	color: #333333;
	font-weight: bold;
	line-height: 1.5em;
	clear: both;
	}

div#header_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

div#header_menu ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	}

div#header_menu ul li a {
	display:block;
	float:left;
	color:#222222;
	text-decoration:none;
	padding:11px 10px 0 10px;
	height:23px;
	background:transparent url(http://file.seeyakeidai.blog.shinobi.jp/bgDIVIDER.gif) no-repeat top right;
	border-bottom: none;
	}
	
div#header_menu ul li a:hover,#header_menu ul li a.current{
	color:#e0e0e0;
	background:#333333 url(http://file.seeyakeidai.blog.shinobi.jp/bgON.gif) no-repeat top right;
	}


/* CONTENTS
============================================================*/
div#contents {
	width: 710px;
	margin: 0px;
	padding: 0px;
	clear: both;
	}

div#contents p{
	font: 12px/15px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;	color: #333333;
	}


/* FOOTER
============================================================*/
div#footer{
	color: #333333;
	margin: 0px 2px;
	padding: 5px 0px;
	border-top: 4px solid #d3d3d3;
	clear: both;
	width: 710px;
	}

div#footer_navi{
	color: #333333;
	margin: 0px 70px;
	height: 23px;
	padding: 7px 0px 0px 0px;
	clear: both;
	}

div#footer_navi ul{
	margin: 0px;
	padding: 0px;
	}

div#footer_navi ul li{
	margin: 0px;
	color: #333333;
	float: left;
	}

div#footer_copy{
	color: #333333;
	font: bold 11px/15px sans-serif;
	margin: 0px;
	padding: 10px 0px;
	border-top: 4px solid #333333;
	clear: both;
	width: 710px;
	background: url('http://file.seeyakeidai.blog.shinobi.jp/background_copyright.png') no-repeat center bottom;
	}

div#footer_cap{
	width: 714px;
	height: 35px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(http://file.seeyakeidai.blog.shinobi.jp/background_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	}


/* GO TOP
============================================================*/
div#gotop,div#gotop a {
	height: 24px;
	width: 509px;
	padding: 30px 0px 0px 0px;
	text-align: right;
	border: 0px;
	background-color: transparent;
	clear: both;
	}




/* blog PAGE
============================================================*/
div#contents_blog{
	margin: 0px;
	padding: 20px 30px 70px 30px;
	width: 650px;
	}

div#contents_blog h2 {
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #222222;
	text-transform: capitalize;
	padding: 10px 0px 10px 25px;
	margin: 0px 0px 30px 0px;
	background: url('http://file.seeyakeidai.blog.shinobi.jp/keidai20.png') no-repeat left center;
	}

div#contents_blog h2 span {
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	}

div#contents_blog h2 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	}


/* BLOG PAGE COLUMN
============================================================*/
div#contents_blog_column{
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 650px;
	}


/* BLOG PAGE ENTRY COLUMN
============================================================*/
div#contents_blog_column_entry{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 475px;
	float: right;
	}

div#contents_blog_column_entry img{
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #a3a3a3;
	}


/* ENTRY
============================================================*/
div.entry{
	margin: 0px;
	padding: 0px 0px 40px 0px;
	}

div.entry_header{
	margin: 0px;
	padding: 2px 0px 10px 0px;
	background: url('http://file.seeyakeidai.blog.shinobi.jp/background_block_header.png') no-repeat left bottom;
	}

div.entry_header h3{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	}

div.entry_body{
	margin: 0px;
	padding: 20px 0px;
	}

div.entry_bottom{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ebebeb;
	text-align: right;
	font-size: 9px;
	}


/* COMMENT
============================================================*/
div.comment{
	margin: 0px;
	padding: 0px;
	}

div.comment_title{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background: url('http://file.seeyakeidai.blog.shinobi.jp/background_block_header.png') no-repeat left bottom;
	}

div.comment_header{
	margin: 30px 0px;
	padding: 10px 0px;
	border-top: 2px solid #a3a3a3;
	background: url('http://file.seeyakeidai.blog.shinobi.jp/line.gif') repeat-x center bottom;
	}

div.comment_body{
	margin: 0px;
	padding: 20px 0px;
	}

div.comment_bottom{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	border-top: 1px solid #ebebeb;
	text-align: right;
	font-size: 9px;
	}


/* COMMENT FORM
============================================================*/
div.comment_form{
	margin: 20px 0px;
	padding: 0px;
	width: 475px;
	background-color: #ffffff;
	}


div.comment_form form textarea{
	margin-top: 7px;
	width: 470px;
	}

div.comment_form form input{
	width: 179px;
	}

div.forminput{
	margin: 0px;
	padding: 0px;
	width: 470px;
	}

div.forminput_left{
	margin: 0px;
	padding: 0px 10px 0px auto;
	width: 200px;
	float: left;
	}

div.forminput_left label{
	line-height: 30px;
	}

div.forminput_right{
	margin: 0px;
	padding: 0px auto 0px 10px;
	width: 200px;
	float: right;
	}

div.forminput_right label{
	line-height: 30px;
	}

div.submit{
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	text-align: center;
	}

div.submit input{
	margin: 30px 0px;
	width: 470px;
	color: #ffffff;
	font-weight: bold;
	background: url('http://file.seeyakeidai.blog.shinobi.jp/background_submit.png') repeat-x center center;
	}



/* NAVIGATION
============================================================*/
div.navigation{
	margin: 20px 0px;
	padding: 2px;
	text-align: center;
	border-width: 1px;
	border-color: #d2d2d2;
	border-style: solid;
	background-image: url('http://file.seeyakeidai.blog.shinobi.jp/input_back.png');
	background-repeat: repeat-x;
	}


/* BLOG PAGE SIDE COLUMN
============================================================*/
div#contents_blog_column_side{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 130px;
	float: left;
	}


/* BLOG PAGE SIDE COLUMN
============================================================*/
div#contents_blog_column_side h2{
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: url('http://file.seeyakeidai.blog.shinobi.jp/background_block_header.png') no-repeat left bottom;
	}

div#contents_blog_column_side ul{
	padding: 0px 0px 20px 0px;
	margin: 0px;
	}

div#contents_blog_column_side ul li{
	color: #adadad;
	font: normal 9px sans-serif;
	padding: 0px;
	}