@charset "utf-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

div.clear
{
	clear:both;
}

div.clear hr
{
	display:none;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	background-color:#f3f3e7;
	text-align:center;
}

a
{
	color:#4992e4;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	color:#fd5f80;
	background-color:inherit;
	text-decoration:underline;
}

/* ---------- body_end ---------- */

/* ---------- container ---------- */

div#container
{
	background-image:url(http://www.owuctc.com/img/container_bg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	border-bottom:1px solid #d7d6c1;
	width:800px;
	margin:0 auto;
	text-align:left;
}

div.container-inner
{
	background-image:url(http://www.owuctc.com/img/container_inner_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	padding:0 2px;
}

div.container-archive
{
	background-image:url(http://www.owuctc.com/img/container_archive_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	padding:0 2px;
}

/* ---------- container ---------- */

/* ---------- header ---------- */

div#header
{
	width:100%;
}

div.header-inner
{
	padding:15px;
}

div#header img
{
	float:left;
}

div#header p
{
	text-align:right;
	font-size:70%;
	color:#996666;
	margin:10px 0 0 0;
}

div#header p a
{
	text-decoration:none;
	color:#996666;
}

div#header p a:hover
{
	text-decoration:none;
	color:#fd5f80;
}

/* ---------- header_end ---------- */

/* ---------- content ---------- */

div#content
{
	clear:left;
	padding:10px;
}

/* ---------- content_end ---------- */

/* ---------- main ---------- */

div#main
{
/*
	width:560px;
*/
	width:550px;


	float:right;
	margin-bottom:15px;
}

div#banner
{
	width:100%;
/*
	height:150px;
	height:184px;
*/
	margin-bottom:15px;
}

div.banner-inner
{
/*
	padding-top:55px;
	padding-left:15px;
*/
	padding:0;
	margin:0;
	position:relative;
}

div.banner-inner h1
{
	text-decoration:none;
	margin-bottom:5px;
	position:absolute;
	top:0;
	left:0;

/*
*/
	font-size:1px;
	text-indent:-9999px;
}

div.banner-inner h2
{
/*
	font-size:80%;
*/
	position:absolute;
	top:20px;
	left:0;

/*
*/
	font-size:1px;
	text-indent:-9999px;
	font-weight:normal;
	color:#996666;
	background-color:transparent;
}

div#info-box
{
	width:100%;
/*
	background-image:url(http://www.owuctc.com/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
*/
	padding-top:5px;
	margin-bottom:10px;
}

div#info-box p
{
	font-size:80%;
	color:#666666;
	line-height:150%;
	margin-bottom:10px;
}

div#info-box img
{
	float:left;
	margin-right:15px;
	vertical-align:middle;
}

div.info-box-btm
{
	clear:left;
	width:100%;
/*
	background-image:url(http://www.owuctc.com/img/dotted.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
*/
	height:1px;
}

div.info-box-btm hr
{
	display:none;
}

div#news-box
{
	padding:0;
	margin:0 0 0 10px;
}

div#news-box h3
{
	font-size:2px;
	font-weight:normal;
	text-align:left;
	text-indent:-9999px;
	width:100%;
	height:30px;
	background-image:url(http://www.owuctc.com/img/news_box_tit.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin-bottom:10px;
}

div.news-box-inner ul li
{
	font-size:80%;
	list-style:none;
	line-height:160%;
	color:#666666;
}


div#topicsBox
{
	background:url(http://www.owuctc.com/img/topics.gif) no-repeat left top;
	padding-top:38px;
	margin:0 0 20px 0;
}


div#topicsBoxBottom
{
	background:url(http://www.owuctc.com/img/topicsBottom.gif) no-repeat left bottom;
	padding-bottom:10px;
	margin:0;
}


div#topicsBoxInner
{
	background:url(http://www.owuctc.com/img/topicsMiddle.gif) repeat-y left top;
	padding:12px 15px 1px 15px;
	margin:0;
}

div#recommendBox
{
	background:url(http://www.owuctc.com/img/recommend.gif) no-repeat left top;
	padding-top:38px;
	margin:0 0 20px 0;
}


div#recommendBoxBottom
{
	background:url(http://www.owuctc.com/img/recommendBottom.gif) no-repeat left bottom;
	padding-bottom:10px;
	margin:0;
}


div#recommendBoxInner
{
	background:url(http://www.owuctc.com/img/recommendMiddle.gif) repeat-y left top;
	padding:12px 15px 1px 15px;
	margin:0;
}

div#recommendBoxInner ul,
div#topicsBoxInner ul
{
	list-style:none;
	padding:0;
	margin:0;
}

div#topicsBoxInner ul li
{
	font-size:90%;
	line-height:140%;
	list-style-position:outside;
	background:url(http://www.owuctc.com/img/icon01.gif) no-repeat 0 2px;
	padding-left:25px;
	margin-bottom:10px;
}

div#recommendBoxInner ul li
{
	font-size:90%;
	line-height:140%;
	list-style-position:outside;
	background:url(http://www.owuctc.com/img/icon02.gif) no-repeat 0 2px;
	padding-left:25px;
	margin-bottom:10px;
}

div#recommendBoxInner ul li a,
div#topicsBoxInner ul li a
{
	text-decoration:none;
	color:#4992e4;
	background-color:inherit;
}

div#recommendBoxInner ul li a:hover,
div#topicsBoxInner ul li a:hover
{
	text-decoration:underline;
	color:#fd5f80;
	background-color:inherit;
}

div#guideBox
{
	background:url(http://www.owuctc.com/img/guide.gif) no-repeat left top;
	padding-top:38px;
	margin:0 0 20px 0;
}


div#guideBoxBottom
{
	background:url(http://www.owuctc.com/img/guideBottom.gif) no-repeat left bottom;
	padding-bottom:7px;
	margin:0;
}


div#guideBoxInner
{
	background:url(http://www.owuctc.com/img/guideMiddle.gif) repeat-y left top;
	padding:8px 14px 1px 12px;
	margin:0;
}


div#guideContentsLeft,
div#guideContentsRight,
div#guideContentsLeftEnd,
div#guideContentsRightEnd
{
	float:left;
	width:257px;
	background:url(http://www.owuctc.com/img/guideBoxHead.gif) no-repeat left top;
	padding:1px 0 0 0;
}
div#guideContentsLeft,
div#guideContentsRight
{
	margin:0 0 10px 0;
}
div#guideContentsLeftEnd,
div#guideContentsRightEnd
{
	margin:0 0 4px 0;
}
div#guideContentsLeftEnd,
div#guideContentsLeft
{
	float:left;
}
div#guideContentsRightEnd,
div#guideContentsRight
{
	float:right;
}

div#guideContentsBottom
{
	background:url(http://www.owuctc.com/img/guideBoxBottom.gif) no-repeat left bottom;
	padding-bottom:10px;
	margin:0;
}

div#guideContentsInner
{
	background:url(http://www.owuctc.com/img/guideBoxMiddle.gif) repeat-y left top;
	padding:5px 5px 5px 5px;
	margin:0;
}

div#guideContentsInner dl
{
	padding:0;
	margin:0;
}

div#guideContentsInner dt
{
	font-size:80%;
	color:#555555;
	background-color:inherit;
	line-height:140%;
}

div#guideContentsInner dt a
{
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#6a2e06;
	display:block;
	background:#ffffff url(http://www.owuctc.com/img/guideTitle.gif) no-repeat 0 0;
	width:247px;
	padding:6px 0;
}

div#guideContentsInner dt a span
{
	display:block;
	padding:0 5px 0 25px;
	margin:0;
}

div#guideContentsInner dt a:hover
{
	text-decoration:underline;
	background-position:0 -100px;
}

div#guideContentsInner dd
{
	font-size:80%;
	color:#555555;
	background-color:#ffffff;
	line-height:140%;
	padding:8px 10px;
	margin:0;
}






div#menuBox01,
div#menuBox02,
div#menuBox03,
div#menuBox04,
div#menuBox05,
div#menuBox06,
div#menuBox07
{
	padding-top:29px;
	margin-bottom:10px;
}
div#menuBox01
{
	background:url(http://www.owuctc.com/img/menuBoxHead01.gif) no-repeat left top;
}
div#menuBox02
{
	background:url(http://www.owuctc.com/img/menuBoxHead02.gif) no-repeat left top;
}
div#menuBox03
{
	background:url(http://www.owuctc.com/img/menuBoxHead03.gif) no-repeat left top;
}
div#menuBox04
{
	background:url(http://www.owuctc.com/img/menuBoxHead04.gif) no-repeat left top;
}
div#menuBox05
{
	background:url(http://www.owuctc.com/img/menuBoxHead05.gif) no-repeat left top;
}
div#menuBox06
{
	background:url(http://www.owuctc.com/img/menuBoxHead06.gif) no-repeat left top;
}
div#menuBox07
{
	background:url(http://www.owuctc.com/img/menuBoxHead07.gif) no-repeat left top;
}

div#menuBoxBottom
{
	background:url(http://www.owuctc.com/img/menuBoxBottom.gif) no-repeat left bottom;
	padding-bottom:5px;
	margin:0;
}

div#menuBoxInner
{
	background:url(http://www.owuctc.com/img/menuBoxMiddle.gif) repeat-y left top;
	padding:0 4px;
	margin:0;
}

div#menuBoxInner ul
{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}

div#menuBoxInner ul li
{
	font-size:80%;
	line-height:140%;
	list-style-position:outside;
	border-bottom:1px solid #dfdfdf;
}

div#menuBoxInner ul li.end
{
	font-size:80%;
	line-height:140%;
	list-style-position:outside;
	border:none;
}

div#menuBoxInner ul li a
{
	text-decoration:none;
	color:#555555;
	background:#ffffff url(http://www.owuctc.com/img/menuBg.gif) no-repeat 0 0;
	padding:8px 0 7px 12px;
	margin:0;
	display:block;
	height:100%;
}

div#menuBoxInner ul li a:hover
{
	text-decoration:none;
	color:#fd5f80;
	background:#f3f3f3 url(http://www.owuctc.com/img/menuBg.gif) no-repeat 0 -300px;
}


/* ---------- main_end ---------- */

/* ---------- sidebar ---------- */

div#sidebar
{
	margin-bottom:15px;
	width:200px;
}

div.contents-menu h4,div.contents-search h4
{
	font-size:2px;
	font-weight:normal;
	text-align:left;
	text-indent:-9999px;
	width:100%;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin-bottom:10px;
}

div.contents-menu
{
	margin-bottom:20px;
}

div.contents-menu h4
{
	background-image:url(http://www.owuctc.com/img/contents_tit.gif);
	height:17px;
}

div.contents-search h4
{
	background-image:url(http://www.owuctc.com/img/search_tit.gif);
	height:17px;
}

div.category-archives
{
	font-size:80%;
}

div.category-archives ul
{
	list-style:none;
	background-image:url(http://www.owuctc.com/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:1px 0 1px 0;
}

div.category-archives ul li
{
	background-image:url(http://www.owuctc.com/img/dotted.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:1px 0 2px 0;
}

div.category-archives ul li a
{
	padding:5px 0;
	display:block;
	border-left:10px solid #cc9999;
	text-indent:10px;
}

div.category-archives ul li a:hover
{
	border-left:10px solid #996666;
	background-color:#efefef;
}

div.category-archives ul.sub-category li a
{
	padding:3px 0;
	display:block;
	border-left:none;
	text-indent:20px;
	background-image:url(http://www.owuctc.com/img/sub_category_icon.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
}

div.category-archives ul.sub-category li a:hover
{
	padding:3px 0;
	display:block;
	border-left:none;
	text-indent:20px;
	background-image:url(http://www.owuctc.com/img/sub_category_icon.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

div.category-archives ul.sub-category
{
	background-image:url(http://www.owuctc.com/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:1px 0 0 0;
	padding:0 0 5px 0;
}

div.category-archives ul.sub-category li
{
	background-image:none;
	padding:2px 0 1px 0;
}

div.contents-search label
{
	font-size:70%;
	color:#999999;
}

div.search-form
{
	color:inherit;
	background:#ffffff url(http://www.owuctc.com/img/searchBg.gif) no-repeat left top;
	padding:7px 10px 10px 10px;
	margin-bottom:20px;
}

div.contents-search input#search
{
	border:1px solid #caae5f;
	font-size:80%;
	color:#555555;
	margin:5px 0;
	padding:2px;
}

div#sidebar a.rss
{
	font-size:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	height:32px;
	text-indent:-1200px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(http://www.owuctc.com/img/rss.gif);
	margin-bottom:5px;
}

div#sidebar a.rss:hover
{
	background-position:0 100%;
}

div#sidebar a.powered
{
	font-size:60%;
	color:#dab4b4;
}

/* ---------- sidebar_end ---------- */

/* ---------- footer ---------- */

div.footer
{
	clear:both;
	border-top:1px solid #cc9999;
	text-align:center;
	font-size:60%;
	color:#999999;
	padding:5px 0 20px 0;
}

/* ---------- footer_end ---------- */

/* ---------- archives ---------- */

div#main p.navi
{
	font-size:60%;
	margin-bottom:10px;
	color:#666666;
}

div#main ul.site-archives
{
	list-style-position:inside;
}

div#main ul.site-archives li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.entry
{
	margin-bottom:20px;
}

div.entry blockquote
{
	border:1px solid #edce8d;
	background-color:#f7efdc;
	padding:10px;
	font-size:80%;
	color:#666666;
	line-height:150%;
	margin:0 0 10px; 0;
}

div.entry h1
{
	background-image:url(http://www.owuctc.com/img/entry_h1.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#ecb5b5;
	color:#ffffff;
	border-left:1px solid #cc6666;
	border-right:1px solid #cc6666;
	border-bottom:1px solid #cc6666;
	padding:7px 5px 3px 5px;
	margin:0 0 10px 0;
}

div#entryList h2,
div.entry h2
{
	background-image:url(http://www.owuctc.com/img/entry_h2.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#e0bc89;
	color:#ffffff;
	border-left:1px solid #bb974a;
	border-right:1px solid #bb974a;
	border-bottom:1px solid #bb974a;
	padding:7px 5px 3px 5px;
	margin:0 0 10px 0;
}

div.entry h3
{
	background-image:url(http://www.owuctc.com/img/entry_h3.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	color:#cc9999;
	padding:0 0 15px 0;
	margin:0 0 5px 0;
}

div.entry h4,div.trackbacks h4,div.comments h4
{
	background-image:url(http://www.owuctc.com/img/entry_h4.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	font-size:90%;
	color:#666666;
	padding:0 0 12px 0;
	margin:0 0 5px 0;
}

div.entry h5
{
	background-image:url(http://www.owuctc.com/img/entry_h5.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#666666;
	font-size:90%;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
}

div.entry h6
{
	background-image:url(http://www.owuctc.com/img/entry_h6.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#666666;
	font-size:90%;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
}

div.entry p,div.comments-body p,p.comments-open-moderated
{
	font-size:80%;
	color:#666666;
	line-height:150%;
	margin-bottom:10px;
}

div.entry-info ul
{
	list-style:none;
	background-image:url(http://www.owuctc.com/img/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:5px 0 0 0;
}

div.entry-info ul li
{
	font-size:70%;
	color:#666666;
	display:inline;
	margin:0 10px 0 0;
}

div.entry-body
{
	font-size:110%;
}


div.trackbacks,div.comments
{
	margin:0 0 15px; 0;
}

div.trackbacks p
{
	font-size:80%;
	color:#666666;
}

div.trackbacks p input
{
	border:1px solid #cccccc;
}

div.trackbacks dl
{
	padding:10px 0 0 0;
}

div.trackbacks dt
{
	font-size:80%;
}

div.trackbacks dd p
{
	padding:0 0 5px 0;
}

div.trackbacks ul.trackback-info,div.comments ul.comments-info
{
	border-top:1px solid #cccccc;
	list-style:none;
	padding:5px 0 0 0;
}

div.trackbacks ul.trackback-info li,div.comments ul.comments-info li
{
	font-size:70%;
	display:inline;
	color:#666666;
	margin:0 10px 0 0;
}

div.comments-post h5
{
	font-size:80%;
	font-weight:normal;
	margin:0 0 5px 0;
	color:#333333;
}

div.comments-post
{
	padding:20px 0 0 0;
}

div#comments-open-data legend
{
	font-size:80%;
	margin: 0 0 5px 0;
	padding:0;
}

div#comments-open-data label
{
	font-size:80%;
	color:#666666;
}

dl#name-email input,dl#comments-open-text textarea
{
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

ul.cookie
{
	list-style:none;
	padding:3px 0;
}

#comments-open-data ul.comments-open-footer
{
	list-style:none;
	padding:10px 0 0 0;
}

#comments-open-data ul.comments-open-footer li
{
	display:inline;
	margin:0 10px 0 0;
}

#comments-open-data ul.comments-open-footer li input
{
	width:80px;
	font-size:80%;
}

/* ---------- archives_end ---------- */

/* ---------- entryList ---------- */
ul.entryList
{
	list-style-type:circle;
	margin-bottom:20px;
	padding-left:20px;
}

ul.entryList li
{
	list-style-position:outside;
	font-size:90%;
	font-weight:normal;
	line-height:160%;
}

/* ---------- entryList_end ---------- */

/* ---------- arrowBack ---------- */

p.arrowBack
{
	text-align:right;
	font-size:80%;
	margin:0 0 40px 0;
}

p.arrowBack a
{
	text-decoration:none;
}

p.arrowBack a:hover
{
	text-decoration:underline;
}

/* ---------- arrowBack_end ---------- */
