@charset "UTF-8";

/* CSS Document
========================================== */

/* base 
=========================================== */

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	margin: 0 auto;
	height: 100%;
	background: url(images/back.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	font-size: 100%;
}
blockquote {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
img.mt_icon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}
img.emoticon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:active {
	color: #0066FF;
} 
a:hover {
	color: #FF3333;
}
li {
	list-style: none;
}
h1 {
	font-size: 80%;
	line-height: 200%;
}
h2,h3,h4,h5,h6 {
	font-size: 80%;
	line-height: 200%;
}
p {
	font-size: 0.8em;
	color: #666666;
	line-height: 140%;
}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	display: block;
	visibility: hidden;
	clear: both;
}
* html .pkg {
	display: inline-block;
}

/* no ie mac \ 
---------------------------------------------------- */

* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}

/* outer,container
=========================================== */

#outer {
	width: 810px;
	margin: 0 auto;
}
#container {
	width: 810px;
	background: url(images/container.png) repeat-y;
}
#container_bottom {
	width: 810px;
	height: 49px;
	min-height: 49px;
	background: url(images/container_bottom.png) no-repeat;
}
#container_bottom p {
	margin-top: 26px;
	margin-left: 25px;
}

/* ie png 
---------------------------------------------------- */

* html #container {
	behavior: expression(IEPNGFIX.fix(this));
	width: 810px;
	background: url(images/container.png) repeat-y;
}
* html #container_bottom {
	behavior: expression(IEPNGFIX.fix(this));
	width: 810px;
	height: 49px;
	min-height: 49px;
	background: url(images/container_bottom.png) no-repeat;
}
* html #container_bottom p {
	margin-top: 26px;
	margin-left: 25px;
}

/* inner 
---------------------------------------------------- */

#inner {
	padding: 10px;
}

/* top_img 
---------------------------------------------------- */

#top_img {
	width: 780px;
	margin: 0 auto;
}
#logo {
	margin-bottom: 10px;
}
#flash {
	width: 776px;
	margin: 0 auto;
}

/* pagebody 
---------------------------------------------------- */

#pagebody {
	width: 770px;
	margin: 10px auto;
} 

/* alpha 
---------------------------------------------------- */

#alpha {
	width: 527px;
	float: left;
}
#alpha_inner {
	width: 507px;
	margin: 0 auto;
}
#profile-left {
	width: 347px;
	float: left;
}
#name {
	width: 344px;
}
#profile {
	width: 344px;
}
#profile_txt {
	margin-top: 10px;
}
#profile_txt p {
	margin-bottom: 5px;
}
#profile_photo {
	width: 160px;
	float: right;
}
#greeting {
	width: 525px;
	margin-top: 20px;
}
#greeting p {
	margin-bottom: 10px;
}
#title {
	width: 525px;
	height: 26px;
}
#company {
	width: 525px;
	margin-top: 20px;
}
#company p {
	margin: 10px;
}
#box {
	width: 380px;
	margin: 0 auto;
	border: solid #CCCCCC 1px;
}

/* beta 
---------------------------------------------------- */

#beta_box {
	width: 223px;
	float: right;
}
#beta_top {
	width: 223px;
	height: 6px;
	background: url(images/beta_top.png) no-repeat;
	overflow: hidden;
}
#beta {
	width: 223px;
	background: url(images/beta_center.png) repeat-y;
	overflow: hidden;
}
#beta_bottom {
	width: 223px;
	height: 6px;
	background: url(images/beta_bottom.png) no-repeat;
}
#beta_box h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
}
#beta-inner {
	margin: 0;
	padding: 20px;
}
#rss_box {
	margin-top: 10px;
	padding: 0;
}
#rss {
	width: 38px;
	float: left;
}
#rss_txt {
	width: 135px;
	float: right;
}
#rss_txt p {
	line-height: 130%;
}
#calendar {
	width: 180px;
	margin: 0 auto;
}
#calendar p {
	font-size: 10px;
}

#powered {
	margin: 0;
	padding: 20px;
}
#powered p {
	margin: 0;
	padding: 0px;
}
#copyright {
	width: 100%;
}
#foot_banner {
	width: 190px;
	margin: 0 auto;
}
#team {
	width: 185px;
	margin: 5px auto;
}
#click {
	width: 149px;
	margin: 5px auto;
}

/* module 
---------------------------------------------------- */

.module {
	margin: 0;
	padding: 0;
}
.module-content {
	margin: 0;
	padding: 0;
}
.module-content p {
	font-size: 90%;
}
.module-list {
	margin: 0;
	padding: 0;
}
.module-list ul {
	margin: 0;
	padding: 0;
}
.module-list li {
	list-style: none;
	float: none;
	margin: 5px auto;
}
.module-list li a {
	background: url(images/arrow.png) left no-repeat;
	display: block;
	padding-left: 15px;
	font-size: 90%;
}
.module-list li a:hover {
	background: url(images/arrow_o.png) left no-repeat;
 }

/* entry. 
---------------------------------------------------- */

.entry {
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content{
	margin: 0;
	padding: 0;
}
.entry-content p {
	margin-bottom: 10px;
	padding: 0;
}
.entry-tags {
	margin-top: 10px;
}
.entry-tags-header {
	border: none;
}
.entry-tags-list {
	margin-left: 3px;
}
.entry-tag {
	list-style: none;
	float: left;
	margin: 5px;
	display: block;
}
.entry-body {
	margin: 0;
	padding: 0;
}
.entry-body img {
	margin: 3px;
}
.entry-footer {
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: solid #CCCCCC 1px;
}
.entry-title {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: dotted #CCCCCC 1px;
	padding-bottom: 5px;
	background: url(images/check.png) left center no-repeat;
	padding-left: 20px;
}

/* color 
---------------------------------------------------- */

.blue {
	color: #0066FF;
}
.blue2 {
	color: #0066FF;
	text-align: center;
}
.red {
	color: #993333;
}
.red2 {
	color: #993333;
	text-align: right;
}
.red3 {
	color: #993333;
	text-align: center;
}
.bold_pink {
	color: #FF99CC;
	font-weight: bold;
}
.title{
	font-size: 0.8em;
	margin-bottom: 10px;
}
.coment_title{
	font-size: 0.8em;
}
.cntent_nav {
	font-size: 0.6em;
	padding-bottom: 5px;
}
/* position,weight 
---------------------------------------------------- */

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.top {
	margin-top: 10px;
}
.top_txt { color: #999999; text-align: center; }